summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-11-011-0/+6
|
* ChangeLogTag:Mon Aug 4 03:26:30 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-08-041-1/+2
|
* ChangeLogTag:Sun Jul 27 20:19:48 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-07-271-0/+2
|
* ChangeLogTag:Wed Dec 18 05:42:52 2002 Douglas C. Schmidt ↵schmidt2002-12-181-1/+2
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Wed Oct 16 11:02:41 2002 Douglas C. Schmidt ↵schmidt2002-10-161-4/+4
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag: Wed Mar 27 10:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2002-03-271-2/+2
|
* ChangeLogTag:Sat Dec 8 09:39:48 2001 Douglas C. Schmidt ↵schmidt2001-12-081-2/+2
| | | | <schmidt@macarena.cs.wustl.edu>
* ChangeLogTag:Sat Sep 22 08:59:24 2001 Douglas C. Schmidt ↵schmidt2001-09-221-0/+7
| | | | <schmidt@macarena.cs.wustl.edu>
* ChangeLogTag:Thu Sep 13 13:38:41 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-09-131-2/+4
|
* ChangeLogTag:Wed Sep 12 15:10:41 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-09-121-2/+2
|
* ChangeLogTag:Wed Sep 12 15:10:41 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-09-121-5/+10
|
* ChangeLogTag:Thu Aug 30 10:46:51 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-08-301-2/+2
|
* ChangeLogTag:Mon Apr 9 15:36:04 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-04-091-0/+9
|
* ChangeLogTag:Mon Apr 09 09:19:37 2001 Carlos O'Ryan <coryan@uci.edu>schmidt2001-04-091-1/+3
|
* 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 ↵schmidt1999-07-171-50/+158
| | | | <schmidt@tango.cs.wustl.edu>
* Fixed warnings and generated by gcc 2.95; mostly due to formatOssama Othman1999-07-151-1/+1
| | | | specifier mismatches and inefficient conversion operator usage.
* 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
| | | | | | | | just automatically fall back on ACE_OS::gettimeofday (). Also added another static variable to represent the conditions where the global scale factor is not set yet or high resolution timers are not supported.
* (global_scale_factor ()): removed comment that said we use BogoMIPS onlevine1999-04-051-4/+4
| | | | Linux/Intel. We only use it on Linux/alpha.
* Changed the implementation of the High Resolution Timer to usebrunsch1999-03-241-40/+6
| | | | | QueryPerformanceCounter instead of assembly code. The docs also say that this is MP-safe.
* 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
| | | | overflow on machines that don't have native 64-bit ints.
* Replaced __TEXT with ACE_TEXTnanbor1998-10-241-2/+2
|
* (dump): replaced ACE_static_casts with ACE_CU64_TO_CU32, because the method ↵levine1998-10-131-22/+12
| | | | is const
* .schmidt1998-10-131-12/+22
|
* (dump): cleaned up output so that it works and is consistent across all ↵levine1998-10-131-16/+18
| | | | platforms
* *** 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
| | | | because ACE_OS::gethrtime () defaults to nanoseconds.
* (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
|