Searched defs:MemfunctionBenchmarkBase (Results 1 – 1 of 1) sorted by relevance
91 struct MemfunctionBenchmarkBase : public BenchmarkSetup { struct92 MemfunctionBenchmarkBase() : ReportProgress(isatty(fileno(stdout))) {} in MemfunctionBenchmarkBase() argument93 virtual ~MemfunctionBenchmarkBase() {} in ~MemfunctionBenchmarkBase()98 generateBatch(size_t Iterations) { in generateBatch()104 Study createStudy() { in createStudy()130 void runTrials(const BenchmarkOptions &Options, in runTrials()145 bool ReportProgress;147 void reportProgress(const std::vector<Duration> &Measurements) { in reportProgress()