summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-24 18:25:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-24 18:25:35 +0000
commit0938ec097532b79023fbcbe7b7ca397ac1901f9d (patch)
treeb8f6cbaa9e6988da8520390449b594b8a6715ab0 /performance-tests
parent2ecac0fd169c641178206f143c218cc154671886 (diff)
downloadATCD-0938ec097532b79023fbcbe7b7ca397ac1901f9d.tar.gz
(iteration_time): oops, call per_iteration with ACE_hrtime_t, not double
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/basic_perf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/basic_perf.cpp b/performance-tests/Misc/basic_perf.cpp
index 535f23767d4..cf8e91f3e13 100644
--- a/performance-tests/Misc/basic_perf.cpp
+++ b/performance-tests/Misc/basic_perf.cpp
@@ -125,7 +125,7 @@ Basic_Test::iteration_time (void)
{
return per_iteration (elapsed_time_ > empty_iteration_time_ ?
elapsed_time_ - empty_iteration_time_ :
- 0.0);
+ 0);
}
void