Logo by Alessandro Bacchia (anonymous IP: 3.137.190.6,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
Timer is a shell command to time how long it takes to execute a command. After the command returns, it prints the time spent by the command with a precision up to 100 microsecond (0.0001s). It could have measured the time down to 1 microsecond but even on a freshly booted system the many interrupts taking place all the time may cause delays resulting in fluctuations that make higher precision meaningless. To keep the accuracy as high as possible, Timer first makes one test run to find out how long it takes on your machine and then substracts that value from the result. The method is to simple to compensate for busy-looping applications running in the background but it should serve its purpose on very slow hardware. Usage: Timer <Command> Example: 1.RAM:> Timer/Timer Copy Timer/Timer#? RAM:Timer2 CLONE RAM:Timer2 [created] Timer_newlib..copied. Timer..copied. Timer.c..copied. Command duration: 0.0083 sec. 1.RAM:> |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |