Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | levine | 1998-12-18 | 1 | -1/+1 |
| | |||||
* | . | schmidt | 1998-12-18 | 1 | -6/+7 |
| | |||||
* | changed include protection from #if !defined to ifndef, and added #pragma ↵ | levine | 1998-10-20 | 1 | -1/+1 |
| | | | | once, if possible | ||||
* | Basic_Types.h | schmidt | 1998-10-17 | 1 | -1/+1 |
| | |||||
* | . | schmidt | 1998-10-14 | 1 | -0/+4 |
| | |||||
* | moved calibration from constructor to global_scale_factor () accessor | levine | 1998-05-28 | 1 | -1/+1 |
| | |||||
* | added calibrate () | levine | 1998-05-27 | 1 | -0/+11 |
| | |||||
* | See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu> | nanbor | 1998-05-16 | 1 | -0/+3 |
| | |||||
* | fixed conversion of ACE_hrtime_t to ACE_Time_Value to be compatible with ↵ | levine | 1998-04-01 | 1 | -2/+2 |
| | | | | ACE_U_LongLong | ||||
* | (gethrtime): added an optional argument to allow specifying ↵ | levine | 1998-03-27 | 1 | -6/+8 |
| | | | | start/increment/stop to a timer. It is currently only used on Chorus. | ||||
* | *** empty log message *** | nanbor | 1998-03-11 | 1 | -1/+8 |
| | |||||
* | fixed comment | levine | 1998-03-10 | 1 | -7/+7 |
| | |||||
* | changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed ↵ | levine | 1998-01-05 | 1 | -6/+4 |
| | | | | some hacks now that ACE_U_LongLong has operator% | ||||
* | *** empty log message *** | schmidt | 1997-12-21 | 1 | -4/+5 |
| | |||||
* | added comment from Gabe about ACE_OS::gethrtime on MP machines | levine | 1997-10-01 | 1 | -5/+14 |
| | |||||
* | (global_scale_factor): added get accessor | levine | 1997-07-16 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | irfan | 1997-07-07 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | irfan | 1997-07-07 | 1 | -0/+7 |
| | |||||
* | (gettime): use gettime () static function to wrap all calls to ↵ | levine | 1997-07-01 | 1 | -11/+20 |
| | | | | ACE_OS::gethrtime (). On ACE_WIN32, if the global scale factor has not been set, then use ACE_OS::gettimeofday () instead of ACE_OS::gethrtime (), because gettimeofday doesn't need the scale factor | ||||
* | removed supported () because gettimeofday () is used if a high-res timer ↵ | levine | 1997-04-11 | 1 | -6/+2 |
| | | | | isn't available | ||||
* | Added ACE_High_Res_Timer::elapsed_time (ACE_hrtime_t &nanoseconds). | harrison | 1997-03-24 | 1 | -0/+3 |
| | | | | Lots-o-resolution. | ||||
* | Removed scale_factor from High_Res_Timer constructor. | harrison | 1997-03-23 | 1 | -41/+43 |
| | |||||
* | Made default <scale_factor> = 1 for all platforms, and the | harrison | 1997-03-23 | 1 | -5/+10 |
| | | | | global_scale_factor for non Win32 be 1000. | ||||
* | Added David's fixes for scale_factor. Modified OS.h so ACE_hrtime_t | harrison | 1997-03-22 | 1 | -10/+12 |
| | | | | on NT is unsigned __int64. | ||||
* | Removed scale_factor > 0 checks. | harrison | 1997-03-20 | 1 | -9/+15 |
| | | | | Should work on NT even if global_scale_factor_ is not set. | ||||
* | Fixed scale factor calculations. | harrison | 1997-02-28 | 1 | -0/+5 |
| | |||||
* | Added global_scale_factor to High_Res_Timer. Changed Profile_Timer to | harrison | 1997-02-27 | 1 | -1/+21 |
| | | | | use High_Res_Timer. | ||||
* | changed scale_factor from u_long to double so it can be less than 1 | levine | 1997-02-23 | 1 | -2/+2 |
| | |||||
* | use struct timespec instead of timespec_t, because not all platforms have ↵ | levine | 1997-02-07 | 1 | -2/+2 |
| | | | | the timespec_t typedef | ||||
* | added optional scale factor | levine | 1997-02-05 | 1 | -1/+10 |
| | |||||
* | changed hrtime_t to ACE_hrtime_t; added unsupported () | levine | 1997-02-03 | 1 | -27/+27 |
| | |||||
* | a bunch of changes, see ChangeLog-97a | levine | 1997-02-03 | 1 | -21/+38 |
| | |||||
* | foo | schmidt | 1997-01-31 | 1 | -3/+2 |
| | |||||
* | added ACE_HAS_AIX_HIRES_TIMER support. Also, renamed get_time () to ↵ | levine | 1997-01-30 | 1 | -4/+4 |
| | | | | elapsed_microseconds (). | ||||
* | return const timespec_t & from elapsed_time () | levine | 1997-01-19 | 1 | -1/+1 |
| | |||||
* | get_time () instead of getTime () | levine | 1997-01-17 | 1 | -1/+1 |
| | |||||
* | added elapsed_time () and getTime () to High_Res_Timer | levine | 1997-01-17 | 1 | -0/+12 |
| | |||||
* | added comment to print_total () saying it should only be used for ↵ | levine | 1996-12-31 | 1 | -8/+9 |
| | | | | 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 | ||||
* | Initial revision | levine | 1996-10-21 | 1 | -0/+86 |