Audio (101) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1714
Full index file Recent index file
Part of aros exec |
TimeIT | Description: | Shell command for timing other commands | Download: | timeit.x86_64-aros-v11.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 46kb | Version: | 40.4 | Date: | 17 Jan 25 | Author: | Torsten Poulin | Submitter: | Amiwell79 | Email: | planeteu email/gmail com | Requirements: | Aros x86_64v11 | Category: | utility/shell | License: | Other | Distribute: | yes | FileID: | 2983 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 50 (Current version) | | 50 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[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
|