HomeSort by relevance Sort by last modified time
    Searched refs:nb_sample (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/btl/generic_bench/timers/
STL_perf_analyzer.hh 29 STL_Perf_Analyzer(unsigned long long nb_sample=DEFAULT_NB_SAMPLE):_nb_sample(nb_sample),_chronos()
x86_perf_analyzer.hh 29 X86_Perf_Analyzer( unsigned long long nb_sample=DEFAULT_NB_SAMPLE):_nb_sample(nb_sample),_chronos()
  /external/eigen/bench/btl/data/
mean.cxx 156 int nb_sample=0; local
164 nb_sample++;
172 if (nb_sample==0){
177 return mean/nb_sample;

Completed in 1086 milliseconds