summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/context_switch_time.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fri May 5 14:33:29 UTC 2006 Ciju John <john_c@ociweb.com>oci_wchar_refactor_post_1_5_1_branchjohn_c2006-05-081-2/+2
* ChangeLogTag:Thu Jan 20 18:18:00 2005 Ossama Othman <ossama@dre.vanderbilt....Ossama Othman2005-01-211-6/+3
* ChangeLogTag:Mon Jan 5 17:51:36 2004 Steve Huston <shuston@riverace.com>Steve Huston2004-01-051-0/+1
* ChangeLogTag:Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-11-011-1/+5
* ChangeLogTag:Thu Mar 14 11:26:41 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-03-141-89/+89
* ChangeLogTag:Wed Mar 6 14:43:34 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-03-061-1/+1
* Mon Jan 7 15:13:09 2002 Mayur Deshpande <mayur@ics.uci.edu>mayur2002-01-071-4/+0
* ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-12-261-7/+5
* ChangeLogTag: Wed Nov 21 12:48:08 2001 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2001-11-211-12/+12
* ChangeLogTag:Wed Jan 10 23:30:21 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-01-121-1/+3
* disabled Yield_Test on VxWorks, because it doesn't run properlylevine1998-12-091-0/+4
* (High_Priority_Synchronized_Task::svc): check if nsec is >=levine1998-12-041-1/+2
* check activate () return valuelevine1998-11-251-17/+23
* (main): finally got the parens rightlevine1998-11-251-2/+2
* (main): fixed printouts by performing floating point division,levine1998-11-251-6/+6
* (main): process command line options before calulating hi-res timer scale factorlevine1998-11-241-7/+8
* don't print suspend-resume results if the suspend-resume test isn't run (beca...levine1998-11-241-7/+13
* fixed 64-to-32 bit casts to work with unsigned 64 bit ACE_hrtime_t on NTlevine1998-11-191-24/+21
* Added ACE_RCSID to performance-tests/gonzo1998-08-031-1/+3
* helped yield test on VxWorks by timing each yield. Added half-second delay b...levine1998-07-231-7/+57
* added Synchronized Suspend-Resume Testlevine1998-05-291-7/+459
* don't run the Yield_Test on VxWorks because it takes too longlevine1998-05-271-2/+12
* create all threads as detached, so they don't have to be joinedlevine1998-05-221-5/+10
* converted samples from ACE_hrtime_t to ACE_INT32 for ACE_Statslevine1998-05-201-3/+5
* use ACE_Stats to calculate standard deviationslevine1998-05-201-16/+23
* fixed printout of context switch time for other then the default numberlevine1998-05-151-10/+4
* *** empty log message ***schmidt1998-05-061-11/+9
* lots of cleanup; removed unnecessary thr_yield callslevine1998-05-041-115/+147
* divide ACE_hrtime_t by ACE_UINT32, to prevent ambiguity with ACE_U_LongLong o...levine1998-02-091-8/+14
* *** empty log message ***irfan1997-07-261-10/+10
* use ACE_Sched_Params for platform-independent thread priority assignment, and...levine1997-07-251-93/+100
* *** empty log message ***nw11997-06-271-0/+1
* use same priority values on Win32 platforms as on Solaris, because thread pri...levine1997-06-261-9/+11
* removed call to ACE_High_Res_Timer::supportedlevine1997-04-121-6/+0
* this test no longer worked; so, reverted to revision 4.5, plus minimum change...levine1997-03-311-165/+205
* use ACE_Sched_Params to get platform-dependent thread priorities, and moved #...levine1997-03-251-45/+63
* *** empty log message ***schmidt1997-03-251-195/+147
* added ACE_SCOPE_PROCESS param to ACE_Sched_Params, so that this works on WIN32levine1997-03-111-3/+5
* adapted to new thread priority/ACE_Sched_Paramslevine1997-03-061-5/+4
* use ACE_High_Res_Timer directly, no longer need Timer.hlevine1997-02-031-28/+34
* elapsed_microseconds () instead of get_time in ACE_High_Res_Timer interfacelevine1997-01-311-9/+9
* added context_switch_time.cpplevine1997-01-291-0/+726