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

  /external/chromium_org/base/metrics/
statistics_recorder.h 5 // StatisticsRecorder holds all Histograms and BucketRanges that are used by
6 // Histograms in the system. It provides a general place for
7 // Histograms/BucketRanges to register, and supports a global API for accessing
31 typedef std::vector<HistogramBase*> Histograms;
36 // Find out if histograms can now be registered into our list.
52 // Methods for printing histograms. Only histograms which have query as
54 // registered histograms).
58 // Method for extracting histograms which were marked for use by UMA.
59 static void GetHistograms(Histograms* output)
    [all...]
  /art/runtime/base/
timing_logger.h 50 typedef std::map<std::string, Histogram<uint64_t> *> Histograms;
58 Histograms histograms_ GUARDED_BY(lock_);
  /external/chromium/base/metrics/
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...]

Completed in 83 milliseconds