summaryrefslogtreecommitdiff
path: root/ace/High_Res_Timer.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchtypecode-overhaulnobody2004-09-161-6/+0
* ChangeLogTag:Fri Sep 10 15:39:22 2004 Steve Huston <shuston@riverace.com>Steve Huston2004-09-101-0/+6
* ChangeLogTag: Sat Jun 19 13:28:12 UTC 2004 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2004-06-191-9/+9
* ChangeLogTag: Wed Jun 16 07:56:12 UTC 2004 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2004-06-161-1/+1
* ChangeLogTag:Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-11-011-1/+3
* ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-07-191-2/+2
* ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>Ossama Othman2002-05-021-4/+6
* ChangeLogTag: Sat Apr 13 14:32:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2002-04-131-3/+3
* ChangeLogTag: Wed Mar 27 10:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2002-03-271-10/+10
* ChangeLogTag: Sun Sep 23 10:02:59 2001 Balachandran Natarajan <bala@cs.wust...bala2001-09-231-1/+1
* ChangeLogTag:Sat Sep 22 08:59:24 2001 Douglas C. Schmidt <schmidt@macarena....schmidt2001-09-221-1/+51
* ChangeLogTag:Fri Jul 27 11:24:50 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-07-281-2/+1
* ChangeLogTag:Wed Nov 1 14:11:48 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-011-131/+142
* ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-071-1/+1
* ChangeLogTag:Wed Sep 20 12:55:16 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-09-201-0/+11
* ChangeLogTag:Tue Sep 12 11:34:03 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-09-121-0/+6
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-4/+5
* ChangeLogTag:Thu Mar 23 14:34:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-231-1/+1
* ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-181-0/+2
* ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs....schmidt1999-07-311-25/+25
* ChangeLogTag:Sat Jul 17 12:20:25 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-171-11/+18
* ChangeLogTag:Mon Apr 26 10:54:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-04-261-3/+3
* On Win32, don't call calibrate if we cannot get the scale factor. Instead,brunsch1999-04-061-0/+6
* Changed the implementation of the High Resolution Timer to usebrunsch1999-03-241-9/+0
* Added new elapsed_time_incrnanbor1999-01-241-0/+4
* *** empty log message ***levine1998-12-181-1/+1
* .schmidt1998-12-181-6/+7
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-10-201-1/+1
* Basic_Types.hschmidt1998-10-171-1/+1
* .schmidt1998-10-141-0/+4
* moved calibration from constructor to global_scale_factor () accessorlevine1998-05-281-1/+1
* added calibrate ()levine1998-05-271-0/+11
* See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1998-05-161-0/+3
* fixed conversion of ACE_hrtime_t to ACE_Time_Value to be compatible with ACE_...levine1998-04-011-2/+2
* (gethrtime): added an optional argument to allow specifying start/increment/s...levine1998-03-271-6/+8
* *** empty log message ***nanbor1998-03-111-1/+8
* fixed commentlevine1998-03-101-7/+7
* changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed s...levine1998-01-051-6/+4
* *** empty log message ***schmidt1997-12-211-4/+5
* added comment from Gabe about ACE_OS::gethrtime on MP machineslevine1997-10-011-5/+14
* (global_scale_factor): added get accessorlevine1997-07-161-0/+3
* *** empty log message ***irfan1997-07-071-0/+2
* *** empty log message ***irfan1997-07-071-0/+7
* (gettime): use gettime () static function to wrap all calls to ACE_OS::gethrt...levine1997-07-011-11/+20
* removed supported () because gettimeofday () is used if a high-res timer isn'...levine1997-04-111-6/+2
* Added ACE_High_Res_Timer::elapsed_time (ACE_hrtime_t &nanoseconds).harrison1997-03-241-0/+3
* Removed scale_factor from High_Res_Timer constructor.harrison1997-03-231-41/+43
* Made default <scale_factor> = 1 for all platforms, and theharrison1997-03-231-5/+10
* Added David's fixes for scale_factor. Modified OS.h so ACE_hrtime_tharrison1997-03-221-10/+12
* Removed scale_factor > 0 checks.harrison1997-03-201-9/+15