summaryrefslogtreecommitdiff
path: root/performance-tests
Commit message (Expand)AuthorAgeFilesLines
* (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
* (prof_native_thread,prof_ace_os_thread): changed type of local j to int to av...levine1998-01-261-2/+2
* updated dependencies with revised depend.locallevine1998-01-152-612/+160
* (main): added ACE_UNUSED_ARG for argc and argv on non-threaded platforms.levine1997-12-291-0/+2
* (prof_ace_os_thread): added ACE_UNUSED_ARG (iteration)levine1997-12-291-119/+120
* *** empty log message ***schmidt1997-12-042-460/+168
* *** empty log message ***irfan1997-12-042-22/+22
* *** empty log message ***irfan1997-12-041-0/+2
* (main): fixed printout if ACE_OS::sched_params call failedlevine1997-12-011-1/+2
* Removed unnecessary library inclusions.nw11997-11-268-16/+16
* Use $SOEXT in SHLIB rather than .soSteve Huston1997-11-221-1/+1
* *** empty log message ***schmidt1997-11-162-181/+590
* (get_options): DEC CXX didn't like conversion of -1 to u_int, so changed retu...levine1997-11-081-8/+8