summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes to support Green Hills Native x86 compiler.oci2001-01-191-10/+18
* ChangeLogTag:Mon Dec 04 12:45:46 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-12-041-5/+5
* ChangeLogTag:Fri Nov 10 10:42:31 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-11-101-5/+5
* ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-071-19/+19
* ChangeLogTag:Wed Sep 20 12:55:16 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-09-201-1/+15
* ChangeLogTag:Fri May 12 11:25:10 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-05-121-2/+4
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-27/+27
* ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-191-1/+0
* ChangeLogTag:Wed Jan 26 21:03:43 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-01-271-4/+8
* Removed extra `FILE *cpuinfo' declaration.Ossama Othman1999-07-171-1/+0
* ChangeLogTag:Sat Jul 17 12:20:25 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-171-50/+158
* Fixed warnings and generated by gcc 2.95; mostly due to formatOssama Othman1999-07-151-1/+1
* Previous fix didn't actually fix.brunsch1999-04-161-5/+5
* On Win32, don't call calibrate if we cannot get the scale factor. Instead,brunsch1999-04-061-5/+21
* (global_scale_factor ()): removed comment that said we use BogoMIPS onlevine1999-04-051-4/+4
* Changed the implementation of the High Resolution Timer to usebrunsch1999-03-241-40/+6
* CE fixes.nanbor1999-02-161-8/+8
* *** empty log message ***nanbor1999-01-261-1/+1
* Added new elapsed_time_incrnanbor1999-01-241-1/+8
* .schmidt1999-01-171-1/+1
* .schmidt1998-12-181-6/+8
* (elapsed_time): rearranged terms in nanoseconds calculation to avoidlevine1998-12-171-1/+4
* Replaced __TEXT with ACE_TEXTnanbor1998-10-241-2/+2
* (dump): replaced ACE_static_casts with ACE_CU64_TO_CU32, because the method i...levine1998-10-131-22/+12
* .schmidt1998-10-131-12/+22
* (dump): cleaned up output so that it works and is consistent across all platf...levine1998-10-131-16/+18
* *** empty log message ***irfan1998-10-091-0/+1
* added ACE_HAS_ALPHA_TIMER supportlevine1998-10-091-5/+10
* (get_registry_scale_factor): default global_scale_factor to 1000 instead of 1,levine1998-10-081-17/+5
* (global_scale_factor): on Linux, only use BogoMips if the CPU is an alphalevine1998-09-241-3/+6
* added ACE_HAS_POWERPC_TIMER supportlevine1998-09-161-9/+13
* simplified elapsed_time (ACE_hrtime_t &)levine1998-07-241-33/+11
* don't narrow useconds to 32 bits, unless ACE_LACKS_LONGLONG_Tlevine1998-07-241-7/+16
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* Made CE friendlynanbor1998-07-071-0/+2
* added explicit ACE_U64_TO_U32 conversion macrolevine1998-06-161-3/+1
* don't use ACE_HAS_PENTIUM code on Solaris (ACE_HAS_HI_RES_TIMER) because it u...levine1998-05-301-3/+13
* moved calibration from constructor to global_scale_factor () accessorlevine1998-05-281-21/+52
* (calibrate): added cast of delta_hrtime.sample to ACE_UINT32 to avoidlevine1998-05-271-1/+3
* added calibrate ()levine1998-05-271-3/+86
* default scale factor to 1000 on Linuxlevine1998-04-281-1/+2
* (reset): initialize by assignment with 0 instead of using memsetlevine1998-04-181-4/+5
* fixed conversion of ACE_hrtime_t to ACE_Time_Value to be compatible with ACE_...levine1998-04-011-6/+2
* (gethrtime): added an optional argument to allow specifying start/increment/s...levine1998-03-271-1/+1
* (dump): fleshed out the implementationlevine1998-03-171-1/+17
* set global_scale_factor_ to 1000 with ACE_HAS_CLOCK_GETTIME, because clock_ge...levine1998-03-161-2/+3
* *** empty log message ***nanbor1998-03-111-4/+8
* initialize global_scale_factor_ to 1 if ACE_HAS_{,AIX_}HI_RES_TIMER and ACE_W...levine1998-02-161-6/+8
* used unsigned constants instead of signed, to allow resolution of overloaded ...levine1998-01-211-15/+15
* changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed s...levine1998-01-051-10/+6