• Home
  • Raw
  • Download

Lines Matching refs:showFreq

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
2121 showFreq, showFreq ? (specifiedFreq != 0 ? specifiedFreq : cpuFreq) : 0, NULL); in FreqBench()
2141 bool showFreq, UInt64 cpuFreq) in CrcBench() argument
2264 showFreq, cpuFreq, encodeRes); in CrcBench()
2280 bool showFreq, UInt64 cpuFreq) in TotalBench_Hash() argument
2303 printCallback, encodeRes, showFreq, cpuFreq); in TotalBench_Hash()
2870 bool showFreq = false; in Bench() local
2875 showFreq = true; in Bench()
2879 if (showFreq) in Bench()
2900 if (showFreq) in Bench()
2920 if (showFreq) in Bench()
3086 PrintTotals(f, showFreq, cpuFreq, callback.EncodeRes); in Bench()
3088 PrintTotals(f, showFreq, cpuFreq, callback.DecodeRes); in Bench()
3095 PrintTotals(f, showFreq, cpuFreq, midRes); in Bench()