Home
last modified time | relevance | path

Searched refs:cpuFreq (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp72 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()
[all …]
DBench.h29 virtual HRESULT SetFreq(bool showFreq, UInt64 cpuFreq) = 0;
/external/perfetto/ui/src/common/
Dstate.ts399 cpuFreq: boolean; property
464 cpuFreq: false,
/external/perfetto/ui/src/frontend/
Drecord_page.ts288 setEnabled: (cfg, val) => cfg.cpuFreq = val,
289 isEnabled: (cfg) => cfg.cpuFreq
/external/perfetto/ui/src/controller/
Drecord_controller.ts133 if (uiCfg.cpuFreq) {