| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced __TEXT with ACE_TEXT | nanbor | 1998-10-24 | 1 | -2/+2 |
* | (dump): replaced ACE_static_casts with ACE_CU64_TO_CU32, because the method i... | levine | 1998-10-13 | 1 | -22/+12 |
* | . | schmidt | 1998-10-13 | 1 | -12/+22 |
* | (dump): cleaned up output so that it works and is consistent across all platf... | levine | 1998-10-13 | 1 | -16/+18 |
* | *** empty log message *** | irfan | 1998-10-09 | 1 | -0/+1 |
* | added ACE_HAS_ALPHA_TIMER support | levine | 1998-10-09 | 1 | -5/+10 |
* | (get_registry_scale_factor): default global_scale_factor to 1000 instead of 1, | levine | 1998-10-08 | 1 | -17/+5 |
* | (global_scale_factor): on Linux, only use BogoMips if the CPU is an alpha | levine | 1998-09-24 | 1 | -3/+6 |
* | added ACE_HAS_POWERPC_TIMER support | levine | 1998-09-16 | 1 | -9/+13 |
* | simplified elapsed_time (ACE_hrtime_t &) | levine | 1998-07-24 | 1 | -33/+11 |
* | don't narrow useconds to 32 bits, unless ACE_LACKS_LONGLONG_T | levine | 1998-07-24 | 1 | -7/+16 |
* | Added RCS Id strings to cpp files via a macro that can be turned off | gonzo | 1998-07-11 | 1 | -0/+2 |
* | Made CE friendly | nanbor | 1998-07-07 | 1 | -0/+2 |
* | added explicit ACE_U64_TO_U32 conversion macro | levine | 1998-06-16 | 1 | -3/+1 |
* | don't use ACE_HAS_PENTIUM code on Solaris (ACE_HAS_HI_RES_TIMER) because it u... | levine | 1998-05-30 | 1 | -3/+13 |
* | moved calibration from constructor to global_scale_factor () accessor | levine | 1998-05-28 | 1 | -21/+52 |
* | (calibrate): added cast of delta_hrtime.sample to ACE_UINT32 to avoid | levine | 1998-05-27 | 1 | -1/+3 |
* | added calibrate () | levine | 1998-05-27 | 1 | -3/+86 |
* | default scale factor to 1000 on Linux | levine | 1998-04-28 | 1 | -1/+2 |
* | (reset): initialize by assignment with 0 instead of using memset | levine | 1998-04-18 | 1 | -4/+5 |
* | fixed conversion of ACE_hrtime_t to ACE_Time_Value to be compatible with ACE_... | levine | 1998-04-01 | 1 | -6/+2 |
* | (gethrtime): added an optional argument to allow specifying start/increment/s... | levine | 1998-03-27 | 1 | -1/+1 |
* | (dump): fleshed out the implementation | levine | 1998-03-17 | 1 | -1/+17 |
* | set global_scale_factor_ to 1000 with ACE_HAS_CLOCK_GETTIME, because clock_ge... | levine | 1998-03-16 | 1 | -2/+3 |
* | *** empty log message *** | nanbor | 1998-03-11 | 1 | -4/+8 |
* | initialize global_scale_factor_ to 1 if ACE_HAS_{,AIX_}HI_RES_TIMER and ACE_W... | levine | 1998-02-16 | 1 | -6/+8 |
* | used unsigned constants instead of signed, to allow resolution of overloaded ... | levine | 1998-01-21 | 1 | -15/+15 |
* | changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed s... | levine | 1998-01-05 | 1 | -10/+6 |
* | (elapsed_time): added a cast in calculation of useconds to avoid MSVC++ warni... | levine | 1997-12-31 | 1 | -2/+2 |
* | removed dependence on ACE_U_LongLong | levine | 1997-12-18 | 1 | -65/+45 |
* | *** empty log message *** | schmidt | 1997-10-30 | 1 | -4/+4 |
* | *** empty log message *** | schmidt | 1997-10-12 | 1 | -19/+21 |
* | (print_ave,print_total): fixed format specifier for total_secs to be lu inste... | levine | 1997-08-14 | 1 | -2/+2 |
* | added ACE_WIN32 check because it doesn't have ACE_HAS_LONGLONG_T defined | levine | 1997-07-19 | 1 | -18/+18 |
* | added support for ACE_U_LongLong | levine | 1997-07-19 | 1 | -1/+33 |
* | *** empty log message *** | irfan | 1997-07-07 | 1 | -31/+25 |
* | replaced RCS keyword string | levine | 1997-07-03 | 1 | -1/+1 |
* | Added functionality to High Res Timers to get the speed of the computer | brunsch | 1997-07-02 | 1 | -2/+47 |
* | *** empty log message *** | nw1 | 1997-05-17 | 1 | -0/+5 |
* | (elapsed_time): added cast when initializing nseconds to avoid compiler warning | levine | 1997-04-01 | 1 | -2/+4 |
* | (elapsed_time (struct timespec &): fixed, using same approach as in elapsed_n... | levine | 1997-03-24 | 1 | -2/+13 |
* | Added ACE_High_Res_Timer::elapsed_time (ACE_hrtime_t &nanoseconds). | harrison | 1997-03-24 | 1 | -8/+40 |
* | Removed scale_factor from High_Res_Timer constructor. | harrison | 1997-03-23 | 1 | -15/+11 |
* | Made default <scale_factor> = 1 for all platforms, and the | harrison | 1997-03-23 | 1 | -6/+10 |
* | Added David's fixes for scale_factor. Modified OS.h so ACE_hrtime_t | harrison | 1997-03-22 | 1 | -10/+10 |
* | Removed scale_factor > 0 checks. | harrison | 1997-03-20 | 1 | -29/+17 |
* | fixed interpretation of ACE_hrtime_t (nanoseconds) and casts for WIN32 | levine | 1997-03-11 | 1 | -17/+17 |
* | Fixed scale factor calculations. | harrison | 1997-02-28 | 1 | -8/+28 |
* | Added global_scale_factor to High_Res_Timer. Changed Profile_Timer to | harrison | 1997-02-27 | 1 | -0/+2 |
* | ack: had to add casts from double to ACE_hrtime_t | levine | 1997-02-23 | 1 | -10/+8 |