aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/generic_bench/timers/portable_perf_analyzer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/generic_bench/timers/portable_perf_analyzer.hh')
-rw-r--r--bench/btl/generic_bench/timers/portable_perf_analyzer.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/btl/generic_bench/timers/portable_perf_analyzer.hh b/bench/btl/generic_bench/timers/portable_perf_analyzer.hh
index 709f0de5d..d716154fd 100644
--- a/bench/btl/generic_bench/timers/portable_perf_analyzer.hh
+++ b/bench/btl/generic_bench/timers/portable_perf_analyzer.hh
@@ -40,7 +40,7 @@ public:
- inline double eval_mflops(int size)
+ BTL_DONT_INLINE double eval_mflops(int size)
{
Action action(size);
@@ -70,7 +70,7 @@ public:
return action.nb_op_base()/(time_action*1000000.0);
}
- double time_calculate(Action & action)
+ BTL_DONT_INLINE double time_calculate(Action & action)
{
// time measurement
_chronos.start();