HomeSort by relevance Sort by last modified time
    Searched refs:HashMetricName (Results 1 - 10 of 10) sorted by null

  /external/libchrome/base/metrics/
metrics_hashes.h 17 BASE_EXPORT uint64_t HashMetricName(base::StringPiece name);
metrics_hashes_unittest.cc 18 TEST(MetricsUtilTest, HashMetricName) {
29 uint64_t hash = HashMetricName(cases[i].input);
metrics_hashes.cc 25 uint64_t HashMetricName(base::StringPiece name) {
dummy_histogram.cc 72 return HashMetricName(histogram_name());
sparse_histogram.cc 30 // TODO(gayane): |HashMetricName| is called again in Histogram constructor.
33 StatisticsRecorder::ShouldRecordHistogram(HashMetricName(name));
182 unlogged_samples_(new SampleMap(HashMetricName(name))),
201 new PersistentSampleMap(HashMetricName(name), allocator, meta)),
histogram.cc 162 // TODO(gayane): |HashMetricName()| is called again in Histogram
165 StatisticsRecorder::ShouldRecordHistogram(HashMetricName(name_));
241 static_cast<Sample>(HashMetricName(name_)));
466 static_cast<Sample>(HashMetricName(name)));
591 unlogged_samples_.reset(new SampleVector(HashMetricName(name), ranges));
606 new PersistentSampleVector(HashMetricName(name), ranges, meta, counts));
    [all...]
sparse_histogram_unittest.cc 385 EXPECT_EQ(histogram->name_hash(), HashMetricName(kName));
histogram_unittest.cc 45 return histogram_hash != HashMetricName(kExpiredHistogramName);
persistent_histogram_allocator.cc 303 HashMetricName(data->name) != data->samples_metadata.id) {
    [all...]
  /external/libchrome/base/test/metrics/
histogram_tester.cc 156 new SampleMap(HashMetricName(histogram_name)));

Completed in 1285 milliseconds