OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCpuTimestamp
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_based_platform_backend.py
50
def
GetCpuTimestamp
(self):
android_platform_backend.py
133
def
GetCpuTimestamp
(self):
137
return super(AndroidPlatformBackend, self).
GetCpuTimestamp
()
mac_platform_backend.py
100
def
GetCpuTimestamp
(self):
platform_backend.py
155
def
GetCpuTimestamp
(self):
win_platform_backend.py
136
def
GetCpuTimestamp
(self):
/external/chromium_org/tools/telemetry/telemetry/core/
browser.py
219
cpu_timestamp = self._platform_backend.
GetCpuTimestamp
()
Completed in 85 milliseconds