summaryrefslogtreecommitdiff
path: root/performance-tests/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 ***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
* *** 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
* *** empty log message ***schmidt1998-04-091-21/+135
* Moved all program source names to PSRC, for make depend (not SRC).Steve Huston1998-04-041-2/+2
* 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-151-136/+52
* (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-041-100/+39
* *** empty log message ***irfan1997-12-041-7/+7
* (main): fixed printout if ACE_OS::sched_params call failedlevine1997-12-011-1/+2
* Removed unnecessary library inclusions.nw11997-11-266-12/+12
* *** empty log message ***schmidt1997-11-161-38/+118
* (get_options): DEC CXX didn't like conversion of -1 to u_int, so changed retu...levine1997-11-081-8/+8
* cleaned up cleanup so that it compiles cleanlylevine1997-11-041-6/+27
* *** empty log message ***schmidt1997-11-021-74/+32
* (main): fixed program namelevine1997-10-161-4/+4
* updated Makefile dependencieslevine1997-09-151-93/+10
* *** empty log message ***schmidt1997-09-121-83/+30
* moved $(BIN) files from FILES to SRC so that they don't get put into libPerflevine1997-09-061-36/+92
* added command line options, and explanation on how to interpret the resultslevine1997-09-051-30/+147
* ACE libraries are renamed to conform with MicroSuck's convention.nw11997-08-282-25/+275
* *** empty log message ***schmidt1997-08-271-1/+388
* Changed to used new naming scheme for ace.dllbrunsch1997-08-276-12/+16
* *** empty log message ***schmidt1997-08-271-319/+1
* added preempt.cpplevine1997-08-272-0/+259
* ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1997-08-211-1/+2
* *** empty log message ***schmidt1997-08-101-112/+96
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-311-7/+10
* *** empty log message ***irfan1997-07-261-10/+10
* use ACE_Sched_Params for platform-independent thread priority assignment, and...levine1997-07-251-93/+100
* (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 ACE_OS::thr_cre...levine1997-07-241-1/+3