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

  /external/chromium/base/metrics/
histogram_unittest.cc 74 // Test a statistics recorder, by letting histograms register.
77 StatisticsRecorder::Histograms histograms; local
78 EXPECT_EQ(0U, histograms.size());
79 StatisticsRecorder::GetHistograms(&histograms); // Load up lists
80 EXPECT_EQ(0U, histograms.size());
86 histograms.clear();
87 StatisticsRecorder::GetHistograms(&histograms); // Load up lists
88 EXPECT_EQ(1U, histograms.size());
92 histograms.clear()
152 StatisticsRecorder::Histograms histograms; local
231 StatisticsRecorder::Histograms histograms; local
    [all...]
histogram.h 31 // Histograms use a pattern involving a function static variable, that is a
38 // pointer is NOT deleted, and we leak the histograms at process termination.
271 // Initialize maximum number of buckets in histograms as 16,384.
277 // These enums are used to facilitate deserialization of renderer histograms
407 // Support generic flagging of Histograms.
414 // Convenience methods for serializing/deserializing the histograms.
415 // Histograms from Renderer process are serialized and sent to the browser.
417 // accumulates the browser-side shadow copy of histograms (that mirror
418 // histograms created in the renderer).
424 // The following method accepts a list of pickled histograms an
    [all...]
histogram.cc 329 // Since snapshots of histograms are taken asynchronously relative to
335 // not the result of a corruption. If histograms show that 1 is "too tight"
997 HistogramMap* histograms = NULL; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_metrics_apitest.cc 28 // histograms. If the tests in test.js are modified, this array may need to be
113 base::StatisticsRecorder::Histograms histograms; local
114 base::StatisticsRecorder::GetHistograms(&histograms);
125 for (j = 0; j < histograms.size(); ++j) {
126 base::Histogram* histogram(histograms[j]);
136 EXPECT_LT(j, histograms.size());
  /external/chromium/chrome/common/
metrics_helpers.cc 194 // the code, but forgot to update the descriptive list of histograms. When
515 StatisticsRecorder::Histograms histograms; local
516 StatisticsRecorder::GetHistograms(&histograms);
517 for (StatisticsRecorder::Histograms::const_iterator it = histograms.begin();
518 histograms.end() != it;
536 // Crash if we detect that our histograms have been overwritten. This may be
  /external/chromium/net/disk_cache/
backend_unittest.cc     [all...]

Completed in 306 milliseconds