• Home
  • Raw
  • Download

Lines Matching refs:cpuFreq

72     bool isSpecifiedFreq, UInt64 cpuFreq, UInt64 &complexInCommands)  in SetComplexCommands()  argument
77 if (cpuFreq < kMinFreq && !isSpecifiedFreq) in SetComplexCommands()
78 cpuFreq = kMinFreq; in SetComplexCommands()
79 if (cpuFreq < kMaxFreq || isSpecifiedFreq) in SetComplexCommands()
82 complexInCommands = complexInSeconds * cpuFreq; in SetComplexCommands()
84 complexInCommands = cpuFreq >> 2; in SetComplexCommands()
1799 …lts(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq) in PrintResults() argument
1806 if (cpuFreq == 0) in PrintResults()
1810 UInt64 ddd = cpuFreq * usage / 100; in PrintResults()
1814 PrintPercents(f, rating, cpuFreq, kFieldSize_Effec); 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
1997 CpuFreq = cpuFreq; in SetFreq()
2126 UInt64 &cpuFreq, in FreqBench() argument
2130 cpuFreq = 0; in FreqBench()
2200 cpuFreq = rating / numThreads; in FreqBench()
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()
3281 UInt64 cpuFreq = 0; in Bench() local
3345 cpuFreq = specifiedFreq; in Bench()
3364 cpuFreq, resVal)); in Bench()
3368 cpuFreq = specifiedFreq; in Bench()
3371 SetComplexCommands(testTime, specifiedFreq != 0, cpuFreq, complexInCommands); in Bench()
3375 callback.SetFreq(true, cpuFreq); in Bench()
3389 1 << kNumHashDictBits, printCallback, &callback, &callback.EncodeRes, true, cpuFreq); in Bench()
3396 UInt64 cpuFreqLastTemp = cpuFreq; 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()