summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* (print_ave,print_total): fixed format specifier for total_secs to be lu ↵levine1997-08-141-2/+2
| | | | instead of lld
* 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
| | | | from the registry under NT.
* *** 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 ↵levine1997-03-241-2/+13
| | | | elapsed_nanoseconds (), to get nanosecond resolution
* Added ACE_High_Res_Timer::elapsed_time (ACE_hrtime_t &nanoseconds).harrison1997-03-241-8/+40
| | | | Lots-o-resolution.
* 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
| | | | global_scale_factor for non Win32 be 1000.
* Added David's fixes for scale_factor. Modified OS.h so ACE_hrtime_tharrison1997-03-221-10/+10
| | | | on NT is unsigned __int64.
* Removed scale_factor > 0 checks.harrison1997-03-201-29/+17
| | | | Should work on NT even if global_scale_factor_ is not set.
* 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
| | | | use High_Res_Timer.
* 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 ↵levine1997-02-071-1/+1
| | | | the timespec_t typedef
* 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 ↵levine1997-01-301-4/+4
| | | | elapsed_microseconds ().
* 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 ↵levine1996-12-311-17/+33
| | | | incremental timings; added defaults to a few print_ave/print_total args; trimmed output if count is 1; rounded instead of truncated usecs portion of time
* Eonschmidt1996-11-301-1/+0
|
* Initial revisionlevine1996-10-211-0/+74