Searched refs:histogram (Results 1 - 8 of 8) sorted by relevance

/system/core/metricsd/uploader/
H A Dbn_metricsd_impl.cc19 #include <base/metrics/histogram.h>
40 base::HistogramBase* histogram = base::Histogram::FactoryGet( local
43 // |histogram| may be null if a client reports two contradicting histograms
46 if (histogram) {
47 histogram->Add(sample);
55 base::HistogramBase* histogram = base::LinearHistogram::FactoryGet( local
58 // |histogram| may be null if a client reports two contradicting histograms
61 if (histogram) {
62 histogram->Add(sample);
68 base::HistogramBase* histogram local
[all...]
H A Dupload_service_test.cc68 base::HistogramBase* histogram = base::SparseHistogram::FactoryGet( local
70 histogram->Add(sample);
75 base::HistogramBase* histogram = base::Histogram::FactoryGet( local
77 histogram->Add(sample);
H A Dupload_service.cc29 #include <base/metrics/histogram.h>
201 void UploadService::RecordDelta(const base::HistogramBase& histogram, argument
203 GetOrCreateCurrentLog()->RecordHistogramDelta(histogram.histogram_name(),
H A Dupload_service.h143 // Aggregates all histogram available in memory and store them in the current
148 void RecordDelta(const base::HistogramBase& histogram,
/system/connectivity/shill/
H A Dmetrics.cc50 // histogram.h). Instead of remapping System Disconnect to 1 and
695 string histogram = GetFullMetricName(kMetricTimeOnlineSecondsSuffix,
698 SendToUMA(histogram,
771 string histogram = GetFullMetricName(kMetricDisconnectSuffix, technology);
772 SendToUMA(histogram,
784 string histogram = GetFullMetricName(kMetricSignalAtDisconnectSuffix,
786 SendToUMA(histogram,
940 string histogram = GetFullMetricName(kMetricLinkMonitorFailureSuffix,
942 SendEnumToUMA(histogram, failure, kLinkMonitorFailureMax);
948 histogram
[all...]
/system/tpm/attestation/server/
H A Dattestation_service.cc869 int histogram[kNumTemporalValues] = {}; local
884 ++histogram[record.temporal_index()];
890 if (histogram[i] < histogram[least_used_index])
893 if (histogram[least_used_index] > 0) {
/system/connectivity/shill/wifi/
H A Dwifi_service.cc472 string histogram = metrics()->GetFullMetricName( local
476 histogram,
H A Dwifi_service_unittest.cc409 string histogram = metrics()->GetFullMetricName( local
414 _, histogram, Service::kStateAssociating, Service::kStateConfiguring));

Completed in 117 milliseconds