Home
last modified time | relevance | path

Searched refs:BytesPerSecondSamples (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp93 auto &Samples = Data.BytesPerSecondSamples; in processPerDistributionData()
114 Data.BytesPerSecondSamples.push_back(S.BytesPerSecond); in getThroughputs()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DResultAnalyzer.h52 std::vector<double> BytesPerSecondSamples; member