summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmain_to_poa_merge_8nobody1998-01-101-233/+0
* 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
* use struct timespec instead of timespec_t, because not all platforms have the...levine1997-02-071-1/+1
* added optional scale factorlevine1997-02-051-2/+50
* changed hrtime_t to ACE_hrtime_t; added unsupported ()levine1997-02-031-10/+10
* a bunch of changes, see ChangeLog-97alevine1997-02-031-24/+1
* 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
* 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-17/+33
* Eonschmidt1996-11-301-1/+0
* Initial revisionlevine1996-10-211-0/+74