summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thread_Pool_Latency
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-11 00:02:17 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-11 00:02:17 +0000
commitd14763749c5e9aa92974cb7e94e249c2f30387ce (patch)
tree5816d04ea56fd68852bfb0e6ff9df2e4f8789669 /TAO/performance-tests/Thread_Pool_Latency
parent5da9ff5a7529d8419b2b5c26fecaccb99c78d9e0 (diff)
downloadATCD-d14763749c5e9aa92974cb7e94e249c2f30387ce.tar.gz
ChangeLogTag:Thu May 10 16:59:35 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/performance-tests/Thread_Pool_Latency')
-rw-r--r--TAO/performance-tests/Thread_Pool_Latency/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Thread_Pool_Latency/client.cpp b/TAO/performance-tests/Thread_Pool_Latency/client.cpp
index 5d245aacf58..a522c394b8c 100644
--- a/TAO/performance-tests/Thread_Pool_Latency/client.cpp
+++ b/TAO/performance-tests/Thread_Pool_Latency/client.cpp
@@ -126,9 +126,9 @@ main (int argc, char *argv[])
task2.accumulate_and_dump (totals, "Task[2]", gsf);
task3.accumulate_and_dump (totals, "Task[3]", gsf);
- totals.dump_results ("All Threads", gsf);
+ totals.dump_results ("Total", gsf);
- ACE_Throughput_Stats::dump_throughput ("Throughput", gsf,
+ ACE_Throughput_Stats::dump_throughput ("Total", gsf,
test_end - test_start,
totals.samples_count ());