OS4 DepotLogo by Liksmaskaren 
(anonymous IP: 3.142.199.138,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Shell » timer.lha

Timer

Description: Time how long it takes to execute a command
Download: timer.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 26kb
Version: 1.2
Date: 05 Aug 2006
Author: Alex Carmona
Submitter: Alex Carmona
Email: AmigaOne/TheWorld net
Homepage: http://AM1GA.com
Category: utility/shell
License: Freeware
Distribute: yes
Min OS Version: 4.0
FileID: 1959
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 393  (Current version)
393  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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