summaryrefslogtreecommitdiff
path: root/performance-tests/Misc
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag: Sun Jul 04 15:41:34 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-041-1/+1
* Updated all the dependenciescoryan1999-07-011-38/+27
* Blow away tempinc dir between builds on AIX.Steve Huston1999-06-251-0/+7
* Move def of DC_Singleton from test_signleton.cpp to new file test_singleton.h.Steve Huston1999-06-252-12/+26
* Set static_libs_only to 1 so the library settings for linking get done right onSteve Huston1999-06-251-0/+1
* Removed all MSVC4 workspaces and makefilesnanbor1999-06-182-1570/+0
* .schmidt1999-06-071-1/+1
* Replaced __ACE_INLINE__=0 with ACE_NO_INLINEnanbor1999-05-082-2/+2
* updated for proper support of ACE subsets, with BIN2/LIB2/SHLIB2levine1999-04-171-8/+9
* Replaced ACE_MT_SYNCH by ACE_SYNCH to get it compile on Linux.alex1999-04-111-4/+4
* Use ace_components instead of the current ACE_COMPONENTSlevine1999-03-211-7/+4
* ChangeLogTag:Fri Mar 19 18:56:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-201-26/+12
* fixed commentlevine1999-03-101-1/+1
* fixed the check for Other in ACE_COMPONENTSlevine1999-03-101-1/+1
* fixed typo: += instead of + =levine1999-03-101-1/+1
* don't build test_naming if ACE_COMPONENTS is defined and doesn't contain Otherlevine1999-03-101-27/+38
* Removed test_guard from targets.nanbor1999-03-051-1/+0
* *** empty log message ***nanbor1999-03-051-2/+2
* Added test_guard.cppnanbor1999-03-052-1/+116
* (find): moved function call w/side effect out of ACE_ASSERTlevine1999-01-021-33/+36
* ChangeLogTag:Mon Dec 28 10:52:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-12-281-11/+29
* Need advapi32.lib for static buildsnanbor1998-12-142-36/+29
* static setting changesnanbor1998-12-142-18/+130
* 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
* .schmidt1998-11-131-1/+1
* ChangeLogTag:Mon Oct 26 18:33:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-271-0/+18
* (iteration_time): added static cast 0 to ACE_hrtime_t to please g++levine1998-10-201-1/+1
* oops, fixed comment in last preprocessor statementlevine1998-10-201-1/+1
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-10-201-4/+10
* .schmidt1998-09-171-42/+178
* VC 6 modificationnanbor1998-09-097-7/+7
* Added ACE_RCSID to performance-tests/gonzo1998-08-038-3/+20
* helped yield test on VxWorks by timing each yield. Added half-second delay b...levine1998-07-231-7/+57
* (per_iteration): use ACE_CU64_TO_CU32 for narrowing the constlevine1998-06-271-1/+1
* (iteration_time): oops, call per_iteration with ACE_hrtime_t, not doublelevine1998-06-241-1/+1
* (iteration_time): check for elapsed_time_ less than empty_iteration_time_, an...levine1998-06-241-1/+3
* Should divided by MULTIPLY_FACTOR, not 10nanbor1998-06-191-1/+1
* added explicit ACE_U64_TO_U32 conversion macrolevine1998-06-161-3/+1
* 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