summaryrefslogtreecommitdiff
path: root/ACE/ace/Basic_Stats.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-05-13 12:29:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-05-13 12:29:28 +0000
commitc869c2cebf9f6c21ba0fc8ce9acbf3a12d4e97f5 (patch)
treed55d22f1a46f3b7813bfeff8488753b8a53217ff /ACE/ace/Basic_Stats.cpp
parentb48d3b6d549c60df6cea2eb2cce0eab94332fc44 (diff)
downloadATCD-c869c2cebf9f6c21ba0fc8ce9acbf3a12d4e97f5.tar.gz
Sun May 13 12:27:03 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/High_Res_Timer.h: Fixed typo * ace/Basic_Stats.h: * ace/Basic_Stats.cpp: * ace/Throughput_Stats.h: * ace/Throughput_Stats.cpp: Introduced scale_factor_type traits to handle the fact that the ACE HighResTimer scale factor is now ACE_UINT64 * ace/Timeprobe_T.cpp: Use correct trait for the scale factor * performance-tests/RPC/client.cpp: * performance-tests/SCTP/SOCK_SEQPACK_clt.cpp: * performance-tests/SCTP/SOCK_STREAM_clt.cpp: * performance-tests/Server_Concurrency/Latency_Stats.h: * performance-tests/TCP/tcp_test.cpp: Use ACE_High_Res_Timer::global_scale_factor_type
Diffstat (limited to 'ACE/ace/Basic_Stats.cpp')
-rw-r--r--ACE/ace/Basic_Stats.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/ace/Basic_Stats.cpp b/ACE/ace/Basic_Stats.cpp
index 0122fa36469..21a1ffe5d6d 100644
--- a/ACE/ace/Basic_Stats.cpp
+++ b/ACE/ace/Basic_Stats.cpp
@@ -42,7 +42,9 @@ ACE_Basic_Stats::accumulate (const ACE_Basic_Stats &rhs)
}
void
-ACE_Basic_Stats::dump_results (const ACE_TCHAR *msg, ACE_UINT32 sf) const
+ACE_Basic_Stats::dump_results (
+ const ACE_TCHAR *msg,
+ ACE_Basic_Stats::scale_factor_type sf) const
{
#ifndef ACE_NLOGGING
if (this->samples_count () == 0u)