Lines Matching refs:showFreq

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
2204 showFreq, showFreq ? (specifiedFreq != 0 ? specifiedFreq : cpuFreq) : 0, NULL); in FreqBench()
2224 bool showFreq, UInt64 cpuFreq) in CrcBench() argument
2347 showFreq, cpuFreq, encodeRes); in CrcBench()
2363 bool showFreq, UInt64 cpuFreq) in TotalBench_Hash() argument
2386 printCallback, encodeRes, showFreq, cpuFreq); in TotalBench_Hash()
3280 bool showFreq = false; in Bench() local
3285 showFreq = true; in Bench()
3289 if (showFreq) in Bench()
3310 if (showFreq) in Bench()
3330 if (showFreq) in Bench()
3512 PrintTotals(f, showFreq, cpuFreq, callback.EncodeRes); in Bench()
3514 PrintTotals(f, showFreq, cpuFreq, callback.DecodeRes); in Bench()
3521 PrintTotals(f, showFreq, cpuFreq, midRes); in Bench()