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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc334 double max_ratio_error = 0; local
339 max_ratio_error = max(max_ratio_error,
341 CHECK_LE(max_ratio_error, 0.01);
345 LOG(INFO) << StringPrintf("Fastlog2: max_ratio_error = %f\n",
346 max_ratio_error);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc334 double max_ratio_error = 0; local
339 max_ratio_error = max(max_ratio_error,
341 CHECK_LE(max_ratio_error, 0.01);
345 LOG(INFO) << StringPrintf("Fastlog2: max_ratio_error = %f\n",
346 max_ratio_error);

Completed in 265 milliseconds