Searched refs:histogram_name (Results 1 - 9 of 9) sorted by relevance
/system/core/metricsd/ |
H A D | timer.cc | 101 TimerReporter::TimerReporter(const std::string& histogram_name, int min, argument 103 : histogram_name_(histogram_name),
|
/system/core/metricsd/include/metrics/ |
H A D | timer_mock.h | 46 MOCK_CONST_METHOD0(histogram_name, std::string&());
|
H A D | timer.h | 133 // Initializes the timer by providing a |histogram_name| to report to with 135 TimerReporter(const std::string& histogram_name, int min, int max, 149 const std::string& histogram_name() const { return histogram_name_; } function in class:chromeos_metrics::TimerReporter
|
/system/core/metricsd/uploader/ |
H A D | metrics_log_base.cc | 117 void MetricsLogBase::RecordHistogramDelta(const std::string& histogram_name, argument 125 histogram_proto->set_name_hash(Hash(histogram_name));
|
H A D | metrics_log_base.h | 74 void RecordHistogramDelta(const std::string& histogram_name,
|
H A D | upload_service.cc | 203 GetOrCreateCurrentLog()->RecordHistogramDelta(histogram.histogram_name(),
|
/system/connectivity/shill/ |
H A D | mock_metrics.h | 36 void(const Service& service, const std::string& histogram_name,
|
H A D | metrics.cc | 664 const string& histogram_name, 667 SLOG(this, 2) << __func__ << ": adding " << histogram_name << " for " 679 new chromeos_metrics::TimerReporter(histogram_name, 1647 SLOG(this, 5) << "Starting timer for " << start_timer->histogram_name() 1654 SLOG(this, 5) << "Stopping timer for " << stop_timer->histogram_name() 662 AddServiceStateTransitionTimer( const Service& service, const string& histogram_name, Service::ConnectState start_state, Service::ConnectState stop_state) argument
|
H A D | metrics.h | 826 const Service& service, const std::string& histogram_name,
|
Completed in 2712 milliseconds