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

  /external/chromium-trace/catapult/telemetry/telemetry/value/
histogram_util.py 101 result_histogram = {}
102 result_histogram['buckets'] = buckets
103 return json.dumps(result_histogram)
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 659 HistogramBase* result_histogram = GetCreateHistogramResultHistogram(); local
660 if (result_histogram)
661 result_histogram->Add(result);
    [all...]

Completed in 430 milliseconds