(anonymous IP: 18.224.73.107,355) | ||||||||||||||
| ||||||||||||||
Audio (100) Datatype (15) Demo (54) Development (248) Document (63) Driver (19) Emulation (62) Game (530) Graphics (227) Library (22) Network (63) Office (22) Utility (260) Video (18) Total files: 1703 Full index file Recent index file Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] TimeIt is used to time a command. Format: TimeIt [[APPEND] TO logfile] [S|SECONDS] [COMMAND] program Template: APPEND/S,TO/K,S=SECONDS/S,COMMAND/F/A The SECONDS, or S, switch makes TimeIt report the elapsed time in seconds only, instead of days, hours, minutes and seconds. The time is displayed on CONSOLE: unless the TO option is used to specify an output file. The APPEND switch adds the output to the end of the specified output file. For example: 1.AROS:> timeit S COMMAND C:Wait 4 Elapsed: 4.00s 1.AROS:> timeit TO RAM:Wait.log S COMMAND C:Wait 2 1.AROS:> more RAM:Wait.log Elapsed: 2.01s Command C:Wait 2
|
Copyright © 2005 - 2025 The AROS Archives All Rights Reserved |