summaryrefslogtreecommitdiff
path: root/performance-tests
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan ↵coryan1997-08-212-2/+2
| | | | <coryan@swarm.cs.wustl.edu>
* *** empty log message ***schmidt1997-08-101-112/+96
|
* TTCP binaries for NTbrunsch1997-08-072-0/+0
|
* Added a TTCP build for NTbrunsch1997-08-073-0/+23
|
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-313-23/+34
|
* *** empty log message ***irfan1997-07-265-23/+23
|
* use ACE_Sched_Params for platform-independent thread priority assignment, ↵levine1997-07-251-93/+100
| | | | and modified Yield_Test so that only one thread writes the test's timer
* (find): replaced cerr statement with an ACE_DEBUG.levine1997-07-241-1/+2
|
* added ACE_UNUSED_ARGS and (ACE_THR_FUNC) cast of first arg to ↵levine1997-07-241-1/+3
| | | | ACE_OS::thr_create () call.
* (per_iteration): added support for ACE_U_LongLonglevine1997-07-241-1/+4
|
* Fixed to work on platforms with DCE threads (e.g. HP-UX).Steve Huston1997-07-232-4/+4
|
* Changed WRAPPER_ROOT to ACE_ROOT.Chris Cleeland1997-07-2211-2711/+2711
|
* added LOBJ and SHOBJ definitionslevine1997-07-181-3/+6
|
* replaced hard-coded local paths with ${WRAPPER_ROOT}levine1997-07-171-312/+312
|
* reorganized and added non-optimizablee virtual function call testlevine1997-07-171-107/+498
|
* added Foo_d_vlevine1997-07-172-0/+14
|
* Visual C++ Project filesbrunsch1997-07-153-0/+327
|
* Added basic_perf test into MSVC 4.2 make file.nw11997-07-142-5/+189
|
* Visual C++ 5.0 project and workspace files added.brunsch1997-07-147-0/+712
|
* added basic_perf to test virtual function call costlevine1997-07-144-274/+659
|
* *** empty log message ***nw11997-07-092-149/+181
|
* *** empty log message ***nw11997-07-041-8/+6
|
* *** empty log message ***nw11997-07-031-4/+4
|
* *** empty log message ***schmidt1997-07-031-148/+164
|
* *** empty log message ***nw11997-07-021-0/+280
|
* Added childbirth_time.cppnw11997-07-021-5/+31
|
* *** empty log message ***nw11997-06-271-0/+1
|
* use same priority values on Win32 platforms as on Solaris, because thread ↵levine1997-06-261-9/+11
| | | | priority increases with increasing priority values on both of those platforms
* *** empty log message ***nw11997-06-262-0/+1104
|
* *** empty log message ***nw11997-06-152-0/+4564
|
* *** empty log message ***nw11997-06-151-13/+13
|
* *** empty log message ***nw11997-06-1517-120/+83
|
* *** empty log message ***nw11997-06-142-2/+2
|
* replaced strlen () calls in character array size with a constant expressionlevine1997-05-251-1/+1
|
* Fixed a bug in do_testing: was concatenating onto a string constant.jxh1997-05-241-2/+5
| | | | Reported by Sandro Doro.
* *** empty log message ***schmidt1997-05-062-32/+48
|
* replaced sprintf with ACE_OS::sprintflevine1997-04-301-12/+12
|
* *** empty log message ***schmidt1997-04-282-77/+752
|
* *** empty log message ***schmidt1997-04-222-1/+15
|
* *** empty log message ***schmidt1997-04-171-1/+1
|
* *** empty log message ***schmidt1997-04-162-8/+10
|
* *** empty log message ***schmidt1997-04-151-0/+2
|
* 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 ↵levine1997-03-311-165/+205
| | | | changes necessary to support build on platforms without threads
* moved context_switch_time.cpp from examples/Threadslevine1997-03-311-1/+61
|
* added template specializationslevine1997-03-291-0/+6
|
* use ACE_Sched_Params to get platform-dependent thread priorities, and moved ↵levine1997-03-251-45/+63
| | | | #includes so that config.h is read before testing for ACE_HAS_THREADS
* *** 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
|