OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPerfData
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.h
30
bool
GetPerfData
(PerfDataProto* perf_data_proto);
45
// Collects perf data if it has not been consumed by calling
GetPerfData
()
perf_provider_chromeos.cc
119
bool PerfProvider::
GetPerfData
(PerfDataProto* perf_data_proto) {
165
client->
GetPerfData
(collection_duration.InSeconds(),
metrics_log.cc
799
if (perf_provider_.
GetPerfData
(&perf_data_proto))
[
all
...]
/external/chromium_org/chromeos/dbus/
fake_debug_daemon_client.h
38
virtual void
GetPerfData
(uint32_t duration,
debug_daemon_client.h
85
// Called once
GetPerfData
() is complete only if the the data is successfully
91
virtual void
GetPerfData
(uint32_t duration,
fake_debug_daemon_client.cc
74
void FakeDebugDaemonClient::
GetPerfData
(uint32_t duration,
debug_daemon_client.cc
255
virtual void
GetPerfData
(uint32_t duration,
Completed in 608 milliseconds