Searched refs:GetPerfData (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dperf_provider_chromeos.h30 bool GetPerfData(PerfDataProto* perf_data_proto);
45 // Collects perf data if it has not been consumed by calling GetPerfData()
H A Dperf_provider_chromeos.cc119 bool PerfProvider::GetPerfData(PerfDataProto* perf_data_proto) { function in class:metrics::PerfProvider
165 client->GetPerfData(collection_duration.InSeconds(),
H A Dmetrics_log.cc799 if (perf_provider_.GetPerfData(&perf_data_proto))
/external/chromium_org/chromeos/dbus/
H A Dfake_debug_daemon_client.h38 virtual void GetPerfData(uint32_t duration,
H A Ddebug_daemon_client.h85 // Called once GetPerfData() is complete only if the the data is successfully
91 virtual void GetPerfData(uint32_t duration,
H A Dfake_debug_daemon_client.cc74 void FakeDebugDaemonClient::GetPerfData(uint32_t duration, function in class:chromeos::FakeDebugDaemonClient
H A Ddebug_daemon_client.cc255 virtual void GetPerfData(uint32_t duration,

Completed in 169 milliseconds