Searched refs:showFreq (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1801 …lts(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq) in PrintResults() argument 1806 if (showFreq) in PrintResults() 1825 bool showFreq, UInt64 cpuFreq, in PrintResults() argument 1840 PrintResults(*f, usage, rpu, rating, showFreq, cpuFreq); in PrintResults() 1853 static void PrintTotals(IBenchPrintCallback &f, bool showFreq, UInt64 cpuFreq, const CTotalBenchRes… in PrintTotals() argument 1858 ….Usage / numIterations2, res.RPU / numIterations2, res.Rating / numIterations2, showFreq, cpuFreq); in PrintTotals() 1906 HRESULT SetFreq(bool showFreq, UInt64 cpuFreq); 1911 HRESULT CBenchCallbackToPrint::SetFreq(bool showFreq, UInt64 cpuFreq) in SetFreq() argument 1913 ShowFreq = showFreq; in SetFreq() 2041 bool showFreq, in FreqBench() argument [all …]
|
D | Bench.h | 27 virtual HRESULT SetFreq(bool showFreq, UInt64 cpuFreq) = 0;
|