20 #ifndef BENCH_STATIC_HH 21 #define BENCH_STATIC_HH 26 #include "utilities.h" 36 template <
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;
57 template <
template<
class>
class Action,
template<
class,
int>
class Interface>
60 bench_static<Portable_Perf_Analyzer,Action,Interface>();
static void go(vector< double > &tab_sizes, vector< double > &tab_mflops)
BTL_DONT_INLINE void bench_static(void)
static BTL_DONT_INLINE bool skipAction(const std::string &_name)
void dump_xy_file(const Vector_A &X, const Vector_B &Y, const std::string &filename)