summaryrefslogtreecommitdiff
path: root/ace/Profile_Timer.i
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Mon Sep 6 08:45:31 1999 Douglas C. Schmidt ↵schmidt1999-09-061-3/+6
| | | | <schmidt@tango.cs.wustl.edu>
* Removed ACE_OS::gettimeofday () from start and stop.brunsch1999-04-051-3/+0
|
* On Win32 platforms that support RUsage, Profile_Timer will use both thatbrunsch1999-03-261-5/+39
| | | | | and High Resolution Timers for measurements. Depending on the method, one or the other will be used.
* Now uses the High Res Timer on Win32 instead of rusage.brunsch1999-03-241-1/+1
|
* ~Profile_Timer should be in the \#else bocknanbor1998-05-111-2/+1
|
* Removed inlined functions under CE.nanbor1998-05-111-0/+5
|
* added ACE_LACKS_FLOATING_POINT supportlevine1998-03-131-21/+19
|
* For the ACE_HAS_GETRUSAGE platforms, start() and stop() now useSteve Huston1997-08-091-2/+2
| | | | | | | | ACE_OS::gettimeofday rather than ACE_High_Res_Timer::gettimeofday, since: 1. (Currently) ACE_High_Res_Timer::gettimeofday doesn't return correct times on HP-UX. 2. Comments in ACE_High_Res_Timer say not to use gettimeofday - to use ACE_OS::gettimeofday instead.
* added support for platforms that don't have ACE_HAS_PRUSAGE_T or ↵levine1997-07-141-0/+20
| | | | ACE_HAS_GETRUSAGE.
* Added global_scale_factor to High_Res_Timer. Changed Profile_Timer toharrison1997-02-271-2/+2
| | | | use High_Res_Timer.
* Initial revisionlevine1996-10-211-0/+48