summaryrefslogtreecommitdiff
path: root/performance-tests
Commit message (Expand)AuthorAgeFilesLines
* (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
* Put UDP back in dir list.Steve Huston1998-04-041-2/+2
* Adjusted to match changes to rules.bin.GNU from today.Steve Huston1998-04-041-4/+1
* Moved all program source names to PSRC, for make depend (not SRC).Steve Huston1998-04-041-2/+2
* Removed UDP from directory list, since it's gone.Steve Huston1998-04-041-3/+3
* (main): getopt.optarg instead of optarg, for -f option.levine1998-03-291-1/+1
* made use of the Reactor optionallevine1998-03-231-22/+54
* fixed printouts of ACE_hrtime_t'slevine1998-03-231-46/+46
* removed a few unused variableslevine1998-03-211-3/+0
* *** empty log message ***schmidt1998-03-201-243/+332
* added UDPlevine1998-03-202-10/+13
* *** empty log message ***levine1998-03-201-0/+17
* cast nsamples to ACE_INT32 to avoid signed/unsigned comparisonlevine1998-03-201-1/+1
* added udp_test.cpplevine1998-03-202-0/+693
* removed "High finishes" printoutlevine1998-03-191-1/+0
* 1) Added -f option to fork instead of spawning new threads. 2) Added -l opti...levine1998-03-191-47/+139
* With MSVC 5.0, do something in the empty iteration because otherwise it gets ...levine1998-03-183-3/+39
* divide ACE_hrtime_t by ACE_UINT32, to prevent ambiguity with ACE_U_LongLong o...levine1998-02-093-39/+47