summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced __TEXT with ACE_TEXTnanbor1998-10-241-2/+2
* (dump): replaced ACE_static_casts with ACE_CU64_TO_CU32, because the method i...levine1998-10-131-22/+12
* .schmidt1998-10-131-12/+22
* (dump): cleaned up output so that it works and is consistent across all platf...levine1998-10-131-16/+18
* *** empty log message ***irfan1998-10-091-0/+1
* added ACE_HAS_ALPHA_TIMER supportlevine1998-10-091-5/+10
* (get_registry_scale_factor): default global_scale_factor to 1000 instead of 1,levine1998-10-081-17/+5
* (global_scale_factor): on Linux, only use BogoMips if the CPU is an alphalevine1998-09-241-3/+6
* added ACE_HAS_POWERPC_TIMER supportlevine1998-09-161-9/+13
* simplified elapsed_time (ACE_hrtime_t &)levine1998-07-241-33/+11
* don't narrow useconds to 32 bits, unless ACE_LACKS_LONGLONG_Tlevine1998-07-241-7/+16
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* Made CE friendlynanbor1998-07-071-0/+2
* added explicit ACE_U64_TO_U32 conversion macrolevine1998-06-161-3/+1
* don't use ACE_HAS_PENTIUM code on Solaris (ACE_HAS_HI_RES_TIMER) because it u...levine1998-05-301-3/+13
* moved calibration from constructor to global_scale_factor () accessorlevine1998-05-281-21/+52
* (calibrate): added cast of delta_hrtime.sample to ACE_UINT32 to avoidlevine1998-05-271-1/+3
* added calibrate ()levine1998-05-271-3/+86
* default scale factor to 1000 on Linuxlevine1998-04-281-1/+2
* (reset): initialize by assignment with 0 instead of using memsetlevine1998-04-181-4/+5
* fixed conversion of ACE_hrtime_t to ACE_Time_Value to be compatible with ACE_...levine1998-04-011-6/+2
* (gethrtime): added an optional argument to allow specifying start/increment/s...levine1998-03-271-1/+1
* (dump): fleshed out the implementationlevine1998-03-171-1/+17
* set global_scale_factor_ to 1000 with ACE_HAS_CLOCK_GETTIME, because clock_ge...levine1998-03-161-2/+3
* *** empty log message ***nanbor1998-03-111-4/+8
* initialize global_scale_factor_ to 1 if ACE_HAS_{,AIX_}HI_RES_TIMER and ACE_W...levine1998-02-161-6/+8
* used unsigned constants instead of signed, to allow resolution of overloaded ...levine1998-01-211-15/+15
* changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed s...levine1998-01-051-10/+6
* (elapsed_time): added a cast in calculation of useconds to avoid MSVC++ warni...levine1997-12-311-2/+2
* removed dependence on ACE_U_LongLonglevine1997-12-181-65/+45
* *** empty log message ***schmidt1997-10-301-4/+4
* *** empty log message ***schmidt1997-10-121-19/+21
* (print_ave,print_total): fixed format specifier for total_secs to be lu inste...levine1997-08-141-2/+2
* added ACE_WIN32 check because it doesn't have ACE_HAS_LONGLONG_T definedlevine1997-07-191-18/+18
* added support for ACE_U_LongLonglevine1997-07-191-1/+33
* *** empty log message ***irfan1997-07-071-31/+25
* replaced RCS keyword stringlevine1997-07-031-1/+1
* Added functionality to High Res Timers to get the speed of the computerbrunsch1997-07-021-2/+47
* *** empty log message ***nw11997-05-171-0/+5
* (elapsed_time): added cast when initializing nseconds to avoid compiler warninglevine1997-04-011-2/+4
* (elapsed_time (struct timespec &): fixed, using same approach as in elapsed_n...levine1997-03-241-2/+13
* Added ACE_High_Res_Timer::elapsed_time (ACE_hrtime_t &nanoseconds).harrison1997-03-241-8/+40
* Removed scale_factor from High_Res_Timer constructor.harrison1997-03-231-15/+11
* Made default <scale_factor> = 1 for all platforms, and theharrison1997-03-231-6/+10
* Added David's fixes for scale_factor. Modified OS.h so ACE_hrtime_tharrison1997-03-221-10/+10
* Removed scale_factor > 0 checks.harrison1997-03-201-29/+17
* fixed interpretation of ACE_hrtime_t (nanoseconds) and casts for WIN32levine1997-03-111-17/+17
* Fixed scale factor calculations.harrison1997-02-281-8/+28
* Added global_scale_factor to High_Res_Timer. Changed Profile_Timer toharrison1997-02-271-0/+2
* ack: had to add casts from double to ACE_hrtime_tlevine1997-02-231-10/+8