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

  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 240 int32_t histogram_type; member in struct:base::PersistentHistogramAllocator::PersistentHistogramData
310 HistogramType histogram_type,
335 histogram_data->histogram_type = histogram_type;
340 if (histogram_type != SPARSE_HISTOGRAM) {
503 if (histogram_data_ptr->histogram_type == SPARSE_HISTOGRAM) {
518 int32_t histogram_type = histogram_data_ptr->histogram_type; local
582 switch (histogram_type) {
616 DCHECK_EQ(histogram_type, histogram->GetHistogramType())
    [all...]
persistent_histogram_allocator.h 240 HistogramType histogram_type,
histogram.cc 114 HistogramType histogram_type,
120 histogram_type_(histogram_type),
    [all...]
  /external/v8/tools/
eval_gc_nvp.py 184 if args.histogram_type == "log2":

Completed in 685 milliseconds