Difference between revisions of "Shell Commands/Time"

From MorphOS Library

< Shell Commands

 
(One intermediate revision by the same user not shown)
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)
    T (dir)
+
      T (dir)
    Clipboards (dir)
+
      Clipboards (dir)
 
+
Time Elapsed: 0.0071s</nowiki>
+
Time Elapsed: 0.0071s

Latest revision as of 10:59, 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