Home | History | Annotate | Download | only in metrics

Lines Matching refs:metrics

9 #include "chrome/browser/metrics/perf_provider_chromeos.h"
10 #include "components/metrics/metrics_provider.h"
16 namespace metrics {
23 // Performs ChromeOS specific metrics logging.
24 class ChromeOSMetricsProvider : public metrics::MetricsProvider {
38 // metrics::MetricsProvider:
41 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
43 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
45 metrics::ChromeUserMetricsExtension* uma_proto) OVERRIDE;
55 metrics::SystemProfileProto* system_profile_proto);
62 void WriteBluetoothProto(metrics::SystemProfileProto* system_profile_proto);
64 metrics::PerfProvider perf_provider_;