summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-05-13 12:50:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-05-13 12:50:34 +0000
commitcdb4d0b13449d77e64dfbe48efcfc9e676fb3ff8 (patch)
tree29a877de1a7d7a4f1905eba6310a7c72e5a119f1 /CIAO/performance-tests/Benchmark
parentc869c2cebf9f6c21ba0fc8ce9acbf3a12d4e97f5 (diff)
downloadATCD-cdb4d0b13449d77e64dfbe48efcfc9e676fb3ff8.tar.gz
Sun May 13 12:50:03 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* performance-tests/Benchmark/RoundTrip/client.cpp: * performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp: * performance-tests/Protocols/Receiver/Receiver_exec.cpp: * performance-tests/Protocols/Sender/Sender_exec.cpp: Use ACE_High_Res_Timer::global_scale_factor_type
Diffstat (limited to 'CIAO/performance-tests/Benchmark')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/client.cpp3
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp b/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
index e7fc9b5ad33..3f0be5d0fad 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
@@ -149,7 +149,8 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG, "test finished\n"));
ACE_DEBUG ((LM_DEBUG, "High resolution timer calibration...."));
- ACE_UINT32 gsf = ACE_High_Res_Timer::global_scale_factor ();
+ ACE_High_Res_Timer::global_scale_factor_type gsf =
+ ACE_High_Res_Timer::global_scale_factor ();
ACE_DEBUG ((LM_DEBUG, "done\n"));
if (do_dump_history)
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
index c33bd423527..30d3475f90e 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
@@ -95,7 +95,8 @@ MyImpl::RoundTripClient_exec_i::start ()
ACE_DEBUG ((LM_DEBUG, "test finished\n"));
ACE_DEBUG ((LM_DEBUG, "High resolution timer calibration...."));
- ACE_UINT32 gsf = ACE_High_Res_Timer::global_scale_factor ();
+ ACE_High_Res_Timer::global_scale_factor_type gsf =
+ ACE_High_Res_Timer::global_scale_factor ();
ACE_DEBUG ((LM_DEBUG, "done\n"));
ACE_Env_Value<int> envar (ACE_TEXT("CIAO_DUMP_SAMPLE_HISTORY"), 0);