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

  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 227 int32_t histogram_type; member in struct:base::PersistentHistogramAllocator::PersistentHistogramData
287 HistogramType histogram_type,
315 histogram_data->histogram_type = histogram_type;
320 if (histogram_type != SPARSE_HISTOGRAM) {
511 if (histogram_data_ptr->histogram_type == SPARSE_HISTOGRAM) {
580 switch (histogram_data.histogram_type) {
616 DCHECK_EQ(histogram_data.histogram_type, histogram->GetHistogramType());
    [all...]
histogram.cc 105 HistogramType histogram_type,
111 histogram_type_(histogram_type),
    [all...]
persistent_histogram_allocator.h 239 HistogramType histogram_type,
  /external/v8/tools/
eval_gc_nvp.py 184 if args.histogram_type == "log2":