Home
last modified time | relevance | path

Searched defs:cpuFreq (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java70 private long[] cpuFreq; field in CpuMonitor
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp62 static void SetComplexCommands(UInt32 complexInSeconds, UInt64 cpuFreq, UInt64 &complexInCommands) in SetComplexCommands()
1596 …lts(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq) in PrintResults()
1616 …ntCallback *f, const CBenchInfo &info, UInt64 rating, bool showFreq, UInt64 cpuFreq, CTotalBenchRe… in PrintResults()
1642 static void PrintTotals(IBenchPrintCallback &f, bool showFreq, UInt64 cpuFreq, const CTotalBenchRes… in PrintTotals()
1687 HRESULT CBenchCallbackToPrint::SetFreq(bool showFreq, UInt64 cpuFreq) in SetFreq()
1803 UInt64 &cpuFreq, in FreqBench()
1897 bool showFreq, UInt64 cpuFreq) in CrcBench()
2026 bool showFreq, UInt64 cpuFreq) in TotalBench_Hash()
2343 UInt64 cpuFreq = 0; in Bench() local