#include "btl.hh"
#include "bench_parameter.hh"
#include <iostream>
#include "utilities.h"
#include "size_lin_log.hh"
#include "xy_file.hh"
#include <vector>
#include <string>
#include "timers/portable_perf_analyzer.hh"
Go to the source code of this file.
Functions |
template<template< class > class Perf_Analyzer, class Action > |
BTL_DONT_INLINE void | bench (int size_min, int size_max, int nb_point) |
template<class Action > |
BTL_DONT_INLINE void | bench (int size_min, int size_max, int nb_point) |
Function Documentation
template<template< class > class Perf_Analyzer, class Action >