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

  /external/libchrome/base/metrics/
statistics_recorder.h 5 // StatisticsRecorder holds all Histograms and BucketRanges that are used by
43 // StatisticsRecorder doesn't have any public constructor. For testing purpose,
48 class BASE_EXPORT StatisticsRecorder {
50 // An interface class that allows the StatisticsRecorder to forcibly merge
70 ~StatisticsRecorder();
115 // Ownership of the individual histograms remains with the StatisticsRecorder.
188 // Creates a temporary StatisticsRecorder object for testing purposes. All new
190 // for the lifetime of yet another StatisticsRecorder object. The destruction
192 // StatisticsRecorder objects must be deleted in the opposite order to which
196 static std::unique_ptr<StatisticsRecorder> CreateTemporaryForTesting(
    [all...]
statistics_recorder.cc 34 LazyInstance<Lock>::Leaky StatisticsRecorder::lock_;
37 StatisticsRecorder* StatisticsRecorder::top_ = nullptr;
40 bool StatisticsRecorder::is_vlog_initialized_ = false;
42 size_t StatisticsRecorder::BucketRangesHash::operator()(
47 bool StatisticsRecorder::BucketRangesEqual::operator()(
53 StatisticsRecorder::~StatisticsRecorder() {
60 void StatisticsRecorder::EnsureGlobalRecorderWhileLocked() {
65 const StatisticsRecorder* const p = new StatisticsRecorder
    [all...]

Completed in 236 milliseconds