Home
last modified time | relevance | path

Searched defs:MemfunctionBenchmarkBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkMain.cpp91 struct MemfunctionBenchmarkBase : public BenchmarkSetup { struct
92 MemfunctionBenchmarkBase() : ReportProgress(isatty(fileno(stdout))) {} in MemfunctionBenchmarkBase() argument
93 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()