Searched defs:smallest_sample_step (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc546 uint64_t smallest_sample_step local
549 LOG(INFO) << "Smallest sample step is " << smallest_sample_step;
554 CHECK_LE(smallest_sample_step, cutoff);
567 CHECK_GE(largest_sample_step, smallest_sample_step);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc546 uint64_t smallest_sample_step local
549 LOG(INFO) << "Smallest sample step is " << smallest_sample_step;
554 CHECK_LE(smallest_sample_step, cutoff);
567 CHECK_GE(largest_sample_step, smallest_sample_step);

Completed in 95 milliseconds