OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cpu_metric
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/perf/measurements/
media.py
23
self.
_cpu_metric
= None
41
self.
_cpu_metric
= cpu.CpuMetric(tab.browser)
42
self.
_cpu_metric
.Start(page, tab)
52
self.
_cpu_metric
.Stop(page, tab)
53
self.
_cpu_metric
.AddResults(tab, results, trace_name=trace_name)
session_restore.py
21
self.
_cpu_metric
= None
48
self.
_cpu_metric
= cpu.CpuMetric(browser)
49
self.
_cpu_metric
.Start(None, None)
58
self.
_cpu_metric
.Stop(None, None)
59
self.
_cpu_metric
.AddResults(tab, results, 'cpu_utilization')
tab_switching.py
24
self.
_cpu_metric
= None
35
self.
_cpu_metric
= cpu.CpuMetric(browser)
42
self.
_cpu_metric
.Start(page, tab)
44
self.
_cpu_metric
.Stop(page, tab)
46
self.
_cpu_metric
.AddResults(tab, results,
page_cycler.py
41
self.
_cpu_metric
= None
69
self.
_cpu_metric
= cpu.CpuMetric(browser)
91
# self.
_cpu_metric
.Start(page, tab) See crbug.com/301714.
152
# self.
_cpu_metric
.Stop(page, tab)
153
# self.
_cpu_metric
.AddResults(tab, results)
Completed in 181 milliseconds