summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/context_switch_time.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-0_1_11'.TAO-0_1_11nobody1998-03-261-753/+0
* 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