summaryrefslogtreecommitdiff
path: root/performance-tests/Server_Concurrency/Leader_Follower
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2001-12-28 18:34:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2001-12-28 18:34:25 +0000
commitd935c6d8257a8dfcd5be2dcd5d75bd45cf971c69 (patch)
treeb9c79b04a74ea05c195cd237f301f33649fae3f3 /performance-tests/Server_Concurrency/Leader_Follower
parent4ae6e5e08166dbaeb1029d720bbc985ea8b894a8 (diff)
downloadATCD-d935c6d8257a8dfcd5be2dcd5d75bd45cf971c69.tar.gz
ChangeLogTag: Fri Dec 28 19:22:08 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'performance-tests/Server_Concurrency/Leader_Follower')
-rw-r--r--performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp b/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp
index d4beccdae30..5ac10dbfc8a 100644
--- a/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp
+++ b/performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp
@@ -305,14 +305,14 @@ main (int argc, ACE_TCHAR *argv[])
latency.accumulate (leader_followers[i]->latency_stats_);
throughput.accumulate (leader_followers[i]->throughput_stats_);
ACE_DEBUG ((LM_DEBUG, "Thread[%d]: ", i));
- leader_followers[i]->throughput_stats_.dump_results ("", "");
+ leader_followers[i]->throughput_stats_.dump_results (ACE_TEXT(""), ACE_TEXT(""));
}
ACE_DEBUG ((LM_DEBUG, "\nTotals for latency:\n"));
- latency.dump_results (argv[0], "latency");
+ latency.dump_results (argv[0], ACE_TEXT("latency"));
ACE_DEBUG ((LM_DEBUG, "\nTotals for throughput:\n"));
- throughput.dump_results (argv[0], "throughput");
+ throughput.dump_results (argv[0], ACE_TEXT("throughput"));
#if defined(ACE_HAS_PRUSAGE_T)
ACE_DEBUG ((LM_DEBUG, "\n(%t) Context switches %d/%d\n",