Difference between revisions of "Shell Commands/Time"

From MorphOS Library

< Shell Commands

Line 3: Line 3:
 
CALIBRATE/S,EXCLUDELOADING/S,COMMAND/A/F:
 
CALIBRATE/S,EXCLUDELOADING/S,COMMAND/A/F:
  
Example: <nowiki>
+
Example:
 
System:> time dir ram:
 
System:> time dir ram:
 
     ENV (dir)
 
     ENV (dir)
Line 9: Line 9:
 
     Clipboards (dir)
 
     Clipboards (dir)
  
Time Elapsed: 0.0071s</nowiki>
+
Time Elapsed: 0.0071s

Revision as of 10:58, 7 December 2015

Time - Measures the time it takes to execute a command

CALIBRATE/S,EXCLUDELOADING/S,COMMAND/A/F:

Example: System:> time dir ram:

    ENV (dir)
    T (dir)
    Clipboards (dir)

Time Elapsed: 0.0071s