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

  /art/runtime/base/
timing_logger.cc 101 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? local
103 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets);
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 558 const uint32_t max_buckets = local
565 histogram_data.bucket_count >= max_buckets ||
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_event_defs.h 412 u32 max_buckets; member in struct:__anon52626

Completed in 241 milliseconds