20#ifndef BENCH_STATIC_HH
21#define BENCH_STATIC_HH
36template <
template<
class>
class Perf_Analyzer,
template<
class>
class Action,
template<
class,
int>
class Interface>
42 string filename =
"bench_" + Action<Interface<REAL_TYPE,10> >::name() +
".dat";
44 INFOS(
"starting " << filename);
48 std::vector<double> tab_mflops;
49 std::vector<double> tab_sizes;
57template <
template<
class>
class Action,
template<
class,
int>
class Interface>
60 bench_static<Portable_Perf_Analyzer,Action,Interface>();
#define TINY_MV_MAX_SIZE
Definition bench_parameter.hh:46
BTL_DONT_INLINE void bench_static(void)
Definition bench_static.hh:37
#define BTL_DONT_INLINE
Definition btl.hh:38
static BTL_DONT_INLINE bool skipAction(const std::string &_name)
Definition btl.hh:216
Action
Definition Constants.h:504
static void go(vector< double > &tab_sizes, vector< double > &tab_mflops)
Definition static_size_generator.hh:30
#define INFOS(chain)
Definition utilities.h:22
void dump_xy_file(const Vector_A &X, const Vector_B &Y, const std::string &filename)
Definition xy_file.hh:64