| Commit message (Expand) | Author | Age | Files | Lines |
* | Should divided by MULTIPLY_FACTOR, not 10 | nanbor | 1998-06-19 | 1 | -1/+1 |
* | added a few ACE_U64_TO_U32 explicit conversions | levine | 1998-06-17 | 1 | -4/+4 |
* | added explicit ACE_U64_TO_U32 conversion macro | levine | 1998-06-16 | 1 | -3/+1 |
* | added Synchronized Suspend-Resume Test | levine | 1998-05-29 | 1 | -7/+459 |
* | don't run the Yield_Test on VxWorks because it takes too long | levine | 1998-05-27 | 1 | -2/+12 |
* | create all threads as detached, so they don't have to be joined | levine | 1998-05-22 | 1 | -5/+10 |
* | (print_results): changed #else to #elif, because it has a condition after it | levine | 1998-05-22 | 1 | -156/+156 |
* | converted samples from ACE_hrtime_t to ACE_INT32 for ACE_Stats | levine | 1998-05-20 | 1 | -3/+5 |
* | use ACE_Stats to calculate standard deviations | levine | 1998-05-20 | 1 | -16/+23 |
* | changed type of MULTIPLY_FACTOR from int to size_t to avoid | levine | 1998-05-18 | 1 | -4/+5 |
* | Revised usage prompt. | nanbor | 1998-05-16 | 1 | -1/+1 |
* | Allow users to change the MULTIPLY_FACTOR. | nanbor | 1998-05-16 | 1 | -5/+13 |
* | Added prof_mutex_base which gives us a baseline of the performance of ACE_Thr... | nanbor | 1998-05-16 | 1 | -2/+44 |
* | fixed printout of context switch time for other then the default number | levine | 1998-05-15 | 1 | -10/+4 |
* | *** empty log message *** | schmidt | 1998-05-15 | 1 | -3/+6 |
* | *** empty log message *** | nanbor | 1998-05-13 | 1 | -5/+22 |
* | inserted RCS keyword string | levine | 1998-05-13 | 2 | -0/+4 |
* | *** empty log message *** | nanbor | 1998-05-12 | 1 | -5/+7 |
* | Added ACE_OS::sleep (0) to yield to other threads/processes | nanbor | 1998-05-12 | 1 | -0/+5 |
* | Added code to measure the performance of Thread-Manager. | nanbor | 1998-05-11 | 1 | -3/+46 |
* | added $(MATHLIB) to LDLIBS | levine | 1998-05-09 | 1 | -0/+1 |
* | *** empty log message *** | schmidt | 1998-05-06 | 1 | -11/+9 |
* | lots of cleanup; removed unnecessary thr_yield calls | levine | 1998-05-04 | 1 | -115/+147 |
* | (svc) removed ACE_OS::thr_setprio () calls to set LWP priority, now that ACE ... | levine | 1998-05-04 | 1 | -8/+0 |
* | (svc): set LWP priority (on Solaris) by having the thread set its own priority | levine | 1998-04-18 | 1 | -9/+21 |
* | Added dump code when ACE_HAS_GETRUSAGE. | nanbor | 1998-04-15 | 1 | -117/+164 |
* | *** empty log message *** | schmidt | 1998-04-09 | 6 | -138/+604 |
* | Put UDP back in dir list. | Steve Huston | 1998-04-04 | 1 | -2/+2 |
* | Adjusted to match changes to rules.bin.GNU from today. | Steve Huston | 1998-04-04 | 1 | -4/+1 |
* | Moved all program source names to PSRC, for make depend (not SRC). | Steve Huston | 1998-04-04 | 1 | -2/+2 |
* | Removed UDP from directory list, since it's gone. | Steve Huston | 1998-04-04 | 1 | -3/+3 |
* | (main): getopt.optarg instead of optarg, for -f option. | levine | 1998-03-29 | 1 | -1/+1 |
* | made use of the Reactor optional | levine | 1998-03-23 | 1 | -22/+54 |
* | fixed printouts of ACE_hrtime_t's | levine | 1998-03-23 | 1 | -46/+46 |
* | removed a few unused variables | levine | 1998-03-21 | 1 | -3/+0 |
* | *** empty log message *** | schmidt | 1998-03-20 | 1 | -243/+332 |
* | added UDP | levine | 1998-03-20 | 2 | -10/+13 |
* | *** empty log message *** | levine | 1998-03-20 | 1 | -0/+17 |
* | cast nsamples to ACE_INT32 to avoid signed/unsigned comparison | levine | 1998-03-20 | 1 | -1/+1 |
* | added udp_test.cpp | levine | 1998-03-20 | 2 | -0/+693 |
* | removed "High finishes" printout | levine | 1998-03-19 | 1 | -1/+0 |
* | 1) Added -f option to fork instead of spawning new threads. 2) Added -l opti... | levine | 1998-03-19 | 1 | -47/+139 |
* | With MSVC 5.0, do something in the empty iteration because otherwise it gets ... | levine | 1998-03-18 | 3 | -3/+39 |
* | divide ACE_hrtime_t by ACE_UINT32, to prevent ambiguity with ACE_U_LongLong o... | levine | 1998-02-09 | 3 | -39/+47 |
* | (prof_native_thread,prof_ace_os_thread): changed type of local j to int to av... | levine | 1998-01-26 | 1 | -2/+2 |
* | updated dependencies with revised depend.local | levine | 1998-01-15 | 2 | -612/+160 |
* | (main): added ACE_UNUSED_ARG for argc and argv on non-threaded platforms. | levine | 1997-12-29 | 1 | -0/+2 |
* | (prof_ace_os_thread): added ACE_UNUSED_ARG (iteration) | levine | 1997-12-29 | 1 | -119/+120 |
* | *** empty log message *** | schmidt | 1997-12-04 | 2 | -460/+168 |
* | *** empty log message *** | irfan | 1997-12-04 | 2 | -22/+22 |