summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_6_10'.ACE-4_6_10nobody1998-12-291-1185/+0
|
* Use explicit <open_services> call for static-linked NT executable.nanbor1998-12-081-0/+16
|
* removed a few debugging printoutslevine1998-12-021-4/+1
|
* (get_cubit): removed a couple of printouts that notified oflevine1998-11-191-6/+0
| | | | string_to_object () and _narrow () success.
* (svc): on VxWorks, instead of calling ACE_OS::thr_exit (), calllevine1998-11-191-2/+6
| | | | the client Thread_Manager's exit ().
* (svc): on VxWorks, kill own task when done, to avoidlevine1998-11-131-0/+7
| | | | memPartFree during ORB cleanup
* (calc_delta): removed fabs wrap of real_time withlevine1998-11-011-4/+4
| | | | | | | | ACE_LACKS_FLOATING_POINT, because real_time is unsigned on those platforms. GHS complained about useless check for < 0. (do_test): changed sleep_time - delta < 0 check to sleep_time < delta, because GHS 1.8.8 complained (improperly) that sleep_time - delta could never be less than 0.
* Fixed some unreferenced variables that caused warnings. Deleted some ↵sergio1998-10-191-18/+5
| | | | variables that were not being used. Cleaned up the code a bit.
* Fixed a bug with the utilization test, updated the README file, and some ↵sergio1998-10-161-17/+18
| | | | aesthetic changes to the help.
* Synchronized the README file with the actual options in the source files. ↵sergio1998-10-161-11/+19
| | | | Cleaned up the wording for the help in the README and source files.
* *** empty log message ***sergio1998-10-161-5/+5
|
* *** empty log message ***naga1998-10-161-5/+1
|
* *** empty log message ***naga1998-10-161-13/+3
|
* Removed Naming service code from all the MT_Cubit files.naga1998-10-161-151/+58
|
* use IIOP instead of URL style obj refs, for maximum performancelevine1998-10-041-3/+0
|
* replace NO_ACE_QUANTIFY with ACE_HAS_QUANTIFYlevine1998-10-021-12/+10
|
* Used begin() to obtain iterator fom the ACE_Unbounded_Queue class. In ↵sergio1998-09-291-8/+13
| | | | addition, I made changes to fix minor warnings.
* Replaced the use of ACE_Unbounded_Set with ACE_Unbounded_Queue, fixingsergio1998-09-281-10/+18
| | | | the inconsistent results of stats.
* increment number_of_samples in iteration loop, instead of relying on loop_countlevine1998-09-231-23/+34
|
* cleaned up latency/jitter code, and added printouts with number of sampleslevine1998-09-231-32/+32
|
* *** empty log message ***naga1998-09-231-7/+10
|
* *** empty log message ***naga1998-09-151-1/+1
|
* moved ACE_Condition<ACE_SYNCH_MUTEX> instantiation from Task_Client.cpp to ↵levine1998-09-141-29/+21
| | | | Globals.cpp so that the server can link it
* *** empty log message ***naga1998-09-141-8/+19
|
* *** empty log message ***schmidt1998-09-131-61/+86
|
* *** empty log message ***naga1998-09-131-21/+35
|
* *** empty log message ***naga1998-09-111-64/+42
|
* *** empty log message ***naga1998-09-111-34/+71
|
* (no commit message)naga1998-09-091-67/+71
|
* *** empty log message ***naga1998-09-091-0/+2
|
* *** empty log message ***naga1998-09-091-286/+319
|
* *** empty log message ***schmidt1998-09-051-88/+132
|
* *** empty log message ***naga1998-09-041-90/+46
|
* Fixed some warnings and cleaned up some code.sergio1998-09-031-3/+6
|
* *** empty log message ***naga1998-09-031-2/+3
|
* *** empty log message ***naga1998-09-021-381/+347
|
* *** empty log message ***irfan1998-08-301-3/+3
|
* Deleted some unnecessary ACE_DEBUG statements.sergio1998-08-271-23/+11
|
* changed argc_ from int to u_int so to avoid g++ compiler warninglevine1998-08-271-23/+23
|
* *** empty log message ***schmidt1998-08-271-79/+121
|
* Added code to test CPU overhead of the OS/ORB. Cleaned up a bit.sergio1998-08-271-65/+61
|
* *** empty log message ***naga1998-08-201-0/+27
|
* See Wed Aug 19 15:18:36 1998 Matthew J Braun <mjb2@cec.wustl.edu>mjb21998-08-191-55/+51
|
* (parse_args): check for success of ACE_OS::fopen () call on the IORlevine1998-08-191-1/+8
| | | | file. Print an ACE_ERROR message and return -1 if it failed.
* Added ACE_RCSID to TAO/tests/gonzo1998-08-031-0/+2
|
* *** empty log message ***naga1998-07-281-0/+3
|
* added ACE_Condition<ACE_SYNCH_MUTEX> template instantiationlevine1998-07-221-22/+28
|
* *** empty log message ***naga1998-07-211-1/+1
|
* *** empty log message ***naga1998-07-211-41/+101
|
* (run_tests): use ACE_OS::fprintf instead of fprintf, and fixed the formatlevine1998-07-021-148/+149
| | | | specifier to match the argument type.