Searched refs:showFreq (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1799 …lts(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq) in PrintResults() argument 1804 if (showFreq) in PrintResults() 1823 bool showFreq, UInt64 cpuFreq, in PrintResults() argument 1838 PrintResults(*f, usage, rpu, rating, showFreq, cpuFreq); in PrintResults() 1851 static void PrintTotals(IBenchPrintCallback &f, bool showFreq, UInt64 cpuFreq, const CTotalBenchRes… in PrintTotals() argument 1856 ….Usage / numIterations2, res.RPU / numIterations2, res.Rating / numIterations2, showFreq, cpuFreq); in PrintTotals() 1989 HRESULT SetFreq(bool showFreq, UInt64 cpuFreq); 1994 HRESULT CBenchCallbackToPrint::SetFreq(bool showFreq, UInt64 cpuFreq) in SetFreq() argument 1996 ShowFreq = showFreq; in SetFreq() 2124 bool showFreq, in FreqBench() argument [all …]
|
D | Bench.h | 29 virtual HRESULT SetFreq(bool showFreq, UInt64 cpuFreq) = 0;
|