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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 562 uint64_t largest_sample_step local
565 LOG(INFO) << "Largest sample step is " << largest_sample_step;
566 CHECK_LE(largest_sample_step, one<<63);
567 CHECK_GE(largest_sample_step, smallest_sample_step);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 562 uint64_t largest_sample_step local
565 LOG(INFO) << "Largest sample step is " << largest_sample_step;
566 CHECK_LE(largest_sample_step, one<<63);
567 CHECK_GE(largest_sample_step, smallest_sample_step);

Completed in 42 milliseconds