Searched refs:cpuFreq (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 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() [all …]
|
D | Bench.h | 29 virtual HRESULT SetFreq(bool showFreq, UInt64 cpuFreq) = 0;
|
/external/perfetto/ui/src/common/ |
D | state.ts | 399 cpuFreq: boolean; property 464 cpuFreq: false,
|
/external/perfetto/ui/src/frontend/ |
D | record_page.ts | 288 setEnabled: (cfg, val) => cfg.cpuFreq = val, 289 isEnabled: (cfg) => cfg.cpuFreq
|
/external/perfetto/ui/src/controller/ |
D | record_controller.ts | 133 if (uiCfg.cpuFreq) {
|