aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/generic_bench/static/bench_static.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/generic_bench/static/bench_static.hh')
-rw-r--r--bench/btl/generic_bench/static/bench_static.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/btl/generic_bench/static/bench_static.hh b/bench/btl/generic_bench/static/bench_static.hh
index 0bc0d441e..cdb645fc2 100644
--- a/bench/btl/generic_bench/static/bench_static.hh
+++ b/bench/btl/generic_bench/static/bench_static.hh
@@ -34,7 +34,7 @@ using namespace std;
template <template<class> class Perf_Analyzer, template<class> class Action, template<class,int> class Interface>
-void bench_static(void)
+BTL_DONT_INLINE void bench_static(void)
{
if (BtlConfig::skipAction(Action<Interface<REAL_TYPE,10> >::name()))
return;
@@ -55,7 +55,7 @@ void bench_static(void)
// default Perf Analyzer
template <template<class> class Action, template<class,int> class Interface>
-void bench_static(void)
+BTL_DONT_INLINE void bench_static(void)
{
bench_static<Portable_Perf_Analyzer,Action,Interface>();
//bench_static<Mixed_Perf_Analyzer,Action,Interface>();