summaryrefslogtreecommitdiff
path: root/performance-tests
Commit message (Expand)AuthorAgeFilesLines
* .schmidt1998-09-172-44/+197
* *** empty log message ***nanbor1998-09-124-1653/+46
* VC 6 modificationnanbor1998-09-0910-10/+10
* New filenanbor1998-08-302-0/+139
* Reorganizing the directorynanbor1998-08-3026-0/+3661
* Re-organizing the directory.nanbor1998-08-3025-1984/+0
* More new stuffnanbor1998-08-178-98/+432
* Don't skip argv[0] when parsing the options.nanbor1998-08-162-13/+13
* *** empty log message ***nanbor1998-08-169-196/+413
* *** empty log message ***nanbor1998-08-1216-18/+17
* Added ACE_RCSID to performance-tests/gonzo1998-08-0333-24/+70
* helped yield test on VxWorks by timing each yield. Added half-second delay b...levine1998-07-231-7/+57
* New test.nanbor1998-07-221-0/+44
* pre_run_test needs to set up threadsnanbor1998-07-224-4/+18
* Added ACE_Svc_Export directivenanbor1998-07-221-0/+2
* Updated project source files and renamed debug version dll.nanbor1998-07-222-2/+12
* *** empty log message ***nanbor1998-06-2822-1413/+1428
* (per_iteration): use ACE_CU64_TO_CU32 for narrowing the constlevine1998-06-271-1/+1
* Removed Synch-Benchmarks from the target directories temporarily.nanbor1998-06-261-2/+4
* *** empty log message ***nanbor1998-06-269-910/+1428
* Extending benchmark suitenanbor1998-06-265-80/+146
* (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 a few ACE_U64_TO_U32 explicit conversionslevine1998-06-171-4/+4
* 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
* (print_results): changed #else to #elif, because it has a condition after itlevine1998-05-221-156/+156
* 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
* changed type of MULTIPLY_FACTOR from int to size_t to avoidlevine1998-05-181-4/+5
* Revised usage prompt.nanbor1998-05-161-1/+1
* Allow users to change the MULTIPLY_FACTOR.nanbor1998-05-161-5/+13
* Added prof_mutex_base which gives us a baseline of the performance of ACE_Thr...nanbor1998-05-161-2/+44
* fixed printout of context switch time for other then the default numberlevine1998-05-151-10/+4
* *** empty log message ***schmidt1998-05-151-3/+6
* *** empty log message ***nanbor1998-05-131-5/+22
* inserted RCS keyword stringlevine1998-05-132-0/+4
* *** empty log message ***nanbor1998-05-121-5/+7
* Added ACE_OS::sleep (0) to yield to other threads/processesnanbor1998-05-121-0/+5
* Added code to measure the performance of Thread-Manager.nanbor1998-05-111-3/+46
* added $(MATHLIB) to LDLIBSlevine1998-05-091-0/+1
* *** empty log message ***schmidt1998-05-061-11/+9
* lots of cleanup; removed unnecessary thr_yield callslevine1998-05-041-115/+147
* (svc) removed ACE_OS::thr_setprio () calls to set LWP priority, now that ACE ...levine1998-05-041-8/+0
* (svc): set LWP priority (on Solaris) by having the thread set its own prioritylevine1998-04-181-9/+21
* Added dump code when ACE_HAS_GETRUSAGE.nanbor1998-04-151-117/+164
* *** empty log message ***schmidt1998-04-096-138/+604