diff options
Diffstat (limited to 'ACE/ace/Throughput_Stats.h')
-rw-r--r-- | ACE/ace/Throughput_Stats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Throughput_Stats.h b/ACE/ace/Throughput_Stats.h index c5dfd2da924..6776f2e2087 100644 --- a/ACE/ace/Throughput_Stats.h +++ b/ACE/ace/Throughput_Stats.h @@ -55,11 +55,11 @@ public: void accumulate (const ACE_Throughput_Stats &throughput); /// Print down the stats - void dump_results (const ACE_TCHAR* msg, ACE_UINT32 scale_factor); + void dump_results (const ACE_TCHAR* msg, scale_factor_type scale_factor); /// Dump the average throughput stats. static void dump_throughput (const ACE_TCHAR *msg, - ACE_UINT32 scale_factor, + scale_factor_type scale_factor, ACE_UINT64 elapsed_time, ACE_UINT32 samples_count); private: |