summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.i
Commit message (Expand)AuthorAgeFilesLines
* moved calibration from constructor to global_scale_factor () accessorlevine1998-05-281-12/+7
* added calibrate ()levine1998-05-271-8/+0
* See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1998-05-161-0/+5
* (hrtime_to_tv): in tv.usec calculation, moved the cast to long tolevine1998-04-131-1/+1
* Cast the parameter to ACE_Time_Value::usec to long.nanbor1998-04-091-1/+1
* fixed conversion of ACE_hrtime_t to ACE_Time_Value to be compatible with ACE_...levine1998-04-011-8/+16
* ACE_OS::gettimeofday doesn't take any argumentnanbor1998-03-271-1/+1
* oops, pass op along to gettime ()levine1998-03-271-5/+4
* (gethrtime): added an optional argument to allow specifying start/increment/s...levine1998-03-271-13/+14
* changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed s...levine1998-01-051-2/+2
* *** empty log message ***schmidt1997-10-121-3/+3
* (global_scale_factor): added get accessorlevine1997-07-161-0/+6
* (gettime): use gettime () static function to wrap all calls to ACE_OS::gethrt...levine1997-07-011-29/+53
* removed supported () because gettimeofday () is used if a high-res timer isn'...levine1997-04-111-6/+0
* Removed scale_factor from High_Res_Timer constructor.harrison1997-03-231-26/+16
* Added David's fixes for scale_factor. Modified OS.h so ACE_hrtime_tharrison1997-03-221-6/+6
* Removed scale_factor > 0 checks.harrison1997-03-201-19/+20
* fixed interpretation of ACE_hrtime_t (nanoseconds) and casts for WIN32levine1997-03-111-6/+6
* Fixed scale factor calculations.harrison1997-02-281-3/+3
* Added global_scale_factor to High_Res_Timer. Changed Profile_Timer toharrison1997-02-271-0/+36
* ack: had to add casts from double to ACE_hrtime_tlevine1997-02-231-1/+1
* changed scale_factor from u_long to double so it can be less than 1levine1997-02-231-1/+1
* added optional scale factorlevine1997-02-051-25/+7
* changed hrtime_t to ACE_hrtime_t; added unsupported ()levine1997-02-031-15/+21
* a bunch of changes, see ChangeLog-97alevine1997-02-031-15/+30
* fooschmidt1997-01-311-2/+2
* oops, removed extra ;levine1997-01-301-1/+1
* added ACE_HAS_AIX_HIRES_TIMER support. Also, renamed get_time () to elapsed_...levine1997-01-301-6/+6
* get_time () instead of getTime ()levine1997-01-171-1/+1
* added elapsed_time () and getTime () to High_Res_Timerlevine1997-01-171-0/+7
* added comment to print_total () saying it should only be used for incremental...levine1996-12-311-0/+9
* Initial revisionlevine1996-10-211-0/+37