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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 334 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/
sampler_test.cc 334 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 38 milliseconds