Home
last modified time | relevance | path

Searched refs:BytesPerSecond (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DResultAnalyzer.h91 double BytesPerSecond = 0; member
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzerMain.cpp66 if (O && O.map("bytes_per_second", Out.BytesPerSecond) && in fromJSON()
H A DResultAnalyzer.cpp114 Data.BytesPerSecondSamples.push_back(S.BytesPerSecond); in getThroughputs()