summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Anyop
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/Anyop
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/Anyop')
-rw-r--r--TAO/performance-tests/Anyop/anyop.cpp48
1 files changed, 24 insertions, 24 deletions
diff --git a/TAO/performance-tests/Anyop/anyop.cpp b/TAO/performance-tests/Anyop/anyop.cpp
index 0f9be8b5200..d6141a3a87c 100644
--- a/TAO/performance-tests/Anyop/anyop.cpp
+++ b/TAO/performance-tests/Anyop/anyop.cpp
@@ -152,9 +152,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -219,9 +219,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -287,9 +287,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -355,9 +355,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -431,9 +431,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -508,9 +508,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -584,9 +584,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -661,9 +661,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -735,9 +735,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -812,9 +812,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -882,9 +882,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());
@@ -923,9 +923,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",
+ ACE_Throughput_Stats::dump_throughput (ACE_TEXT("Total"),
gsf,
test_end - test_start,
stats.samples_count ());