OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordHistogramDelta
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/common/metrics/
metrics_log_base.h
62
void
RecordHistogramDelta
(const std::string& histogram_name,
metrics_service_base.cc
35
log_manager_.current_log()->
RecordHistogramDelta
(histogram.histogram_name(),
metrics_log_base_unittest.cc
97
log.
RecordHistogramDelta
("Test", samples);
metrics_log_base.cc
147
void MetricsLogBase::
RecordHistogramDelta
(const std::string& histogram_name,
/external/chromium/chrome/common/
metrics_helpers.h
58
void
RecordHistogramDelta
(const base::Histogram& histogram,
metrics_helpers.cc
390
void MetricsLogBase::
RecordHistogramDelta
(
491
current_log_->
RecordHistogramDelta
(histogram, snapshot);
Completed in 47 milliseconds