summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmain_to_poa_merge_8nobody1998-01-101-192/+0
* changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed s...levine1998-01-051-6/+4
* *** empty log message ***schmidt1997-12-211-4/+5
* added comment from Gabe about ACE_OS::gethrtime on MP machineslevine1997-10-011-5/+14
* (global_scale_factor): added get accessorlevine1997-07-161-0/+3
* *** empty log message ***irfan1997-07-071-0/+2
* *** empty log message ***irfan1997-07-071-0/+7
* (gettime): use gettime () static function to wrap all calls to ACE_OS::gethrt...levine1997-07-011-11/+20
* removed supported () because gettimeofday () is used if a high-res timer isn'...levine1997-04-111-6/+2
* Added ACE_High_Res_Timer::elapsed_time (ACE_hrtime_t &nanoseconds).harrison1997-03-241-0/+3
* Removed scale_factor from High_Res_Timer constructor.harrison1997-03-231-41/+43
* Made default <scale_factor> = 1 for all platforms, and theharrison1997-03-231-5/+10
* Added David's fixes for scale_factor. Modified OS.h so ACE_hrtime_tharrison1997-03-221-10/+12
* Removed scale_factor > 0 checks.harrison1997-03-201-9/+15
* Fixed scale factor calculations.harrison1997-02-281-0/+5
* Added global_scale_factor to High_Res_Timer. Changed Profile_Timer toharrison1997-02-271-1/+21
* changed scale_factor from u_long to double so it can be less than 1levine1997-02-231-2/+2
* use struct timespec instead of timespec_t, because not all platforms have the...levine1997-02-071-2/+2
* added optional scale factorlevine1997-02-051-1/+10
* changed hrtime_t to ACE_hrtime_t; added unsupported ()levine1997-02-031-27/+27
* a bunch of changes, see ChangeLog-97alevine1997-02-031-21/+38
* fooschmidt1997-01-311-3/+2
* added ACE_HAS_AIX_HIRES_TIMER support. Also, renamed get_time () to elapsed_...levine1997-01-301-4/+4
* return const timespec_t & from elapsed_time ()levine1997-01-191-1/+1
* get_time () instead of getTime ()levine1997-01-171-1/+1
* added elapsed_time () and getTime () to High_Res_Timerlevine1997-01-171-0/+12
* added comment to print_total () saying it should only be used for incremental...levine1996-12-311-8/+9
* Initial revisionlevine1996-10-211-0/+86