summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/DSI
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-01 18:41:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-01 18:41:20 +0000
commit1d47583b4a0b05e75235f1d76ea00d5e5794625f (patch)
treea90219abb4aaa49a7a6eb1e3b6a8e21746092f0f /TAO/performance-tests/Latency/DSI
parent9749028715c19b4371739b7482687ab5ed996065 (diff)
downloadATCD-1d47583b4a0b05e75235f1d76ea00d5e5794625f.tar.gz
Wed Oct 1 18:39:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/performance-tests/Latency/DSI')
-rw-r--r--TAO/performance-tests/Latency/DSI/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Latency/DSI/client.cpp b/TAO/performance-tests/Latency/DSI/client.cpp
index 09468e95013..da07bcb30d0 100644
--- a/TAO/performance-tests/Latency/DSI/client.cpp
+++ b/TAO/performance-tests/Latency/DSI/client.cpp
@@ -137,9 +137,9 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_Basic_Stats stats;
history.collect_basic_stats (stats);
- stats.dump_results ("Total", gsf);
+ stats.dump_results (ACE_TEXT("Total"), gsf);
- ACE_Throughput_Stats::dump_throughput ("Total", gsf,
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"), gsf,
test_end - test_start,
stats.samples_count ());