• Home
  • Raw
  • Download

Lines Matching refs:cpuFreq

74     bool isSpecifiedFreq, UInt64 cpuFreq, UInt64 &complexInCommands)  in SetComplexCommands()  argument
79 if (cpuFreq < kMinFreq && !isSpecifiedFreq) in SetComplexCommands()
80 cpuFreq = kMinFreq; in SetComplexCommands()
81 if (cpuFreq < kMaxFreq || isSpecifiedFreq) in SetComplexCommands()
84 complexInCommands = complexInSeconds * cpuFreq; in SetComplexCommands()
86 complexInCommands = cpuFreq >> 2; in SetComplexCommands()
1801 …lts(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq) in PrintResults() argument
1808 if (cpuFreq == 0) in PrintResults()
1812 UInt64 ddd = cpuFreq * usage / 100; in PrintResults()
1816 PrintPercents(f, rating, cpuFreq, kFieldSize_Effec); 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
1914 CpuFreq = cpuFreq; in SetFreq()
2043 UInt64 &cpuFreq, in FreqBench() argument
2047 cpuFreq = 0; in FreqBench()
2117 cpuFreq = rating / numThreads; in FreqBench()
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()
2871 UInt64 cpuFreq = 0; in Bench() local
2935 cpuFreq = specifiedFreq; in Bench()
2954 cpuFreq, resVal)); in Bench()
2958 cpuFreq = specifiedFreq; in Bench()
2961 SetComplexCommands(testTime, specifiedFreq != 0, cpuFreq, complexInCommands); in Bench()
2965 callback.SetFreq(true, cpuFreq); in Bench()
2979 1 << kNumHashDictBits, printCallback, &callback, &callback.EncodeRes, true, cpuFreq); in Bench()
2986 UInt64 cpuFreqLastTemp = cpuFreq; 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()