Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java70 private long[] cpuFreq; field in CpuMonitor
111 cpuFreq = new long [cpusPresent]; in init()
115 cpuFreq[i] = 0; // Frequency "not yet determined". in init()
149 if (cpuFreq[i] == 0) { in sampleCpuUtilization()
154 cpuFreq[i] = cpufreqMax; in sampleCpuUtilization()
158 lastSeenMaxFreq = cpuFreq[i]; // A valid, previously read value. in sampleCpuUtilization()
/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.ts178 cpuFreq: boolean; property
222 cpuFreq: false,
/external/perfetto/ui/src/frontend/
Drecord_page.ts229 setEnabled: (cfg, val) => cfg.cpuFreq = val,
230 isEnabled: (cfg) => cfg.cpuFreq
/external/perfetto/ui/src/controller/
Drecord_controller.ts87 if (uiCfg.cpuFreq) {