summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Deferred_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/Deferred_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/Deferred_Latency')
-rw-r--r--TAO/performance-tests/Deferred_Latency/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Deferred_Latency/client.cpp b/TAO/performance-tests/Deferred_Latency/client.cpp
index aa2cd49581a..aee7b04814c 100644
--- a/TAO/performance-tests/Deferred_Latency/client.cpp
+++ b/TAO/performance-tests/Deferred_Latency/client.cpp
@@ -179,9 +179,9 @@ main (int argc, char *argv[])
ACE_Basic_Stats stats;
history.collect_basic_stats (stats);
- stats.dump_results ("Deferred Synchronous", gsf);
+ stats.dump_results ("Total", gsf);
- ACE_Throughput_Stats::dump_throughput ("Deferred Synchronous", gsf,
+ ACE_Throughput_Stats::dump_throughput ("Total", gsf,
test_end - test_start,
stats.samples_count ());