HomeSort by relevance Sort by last modified time
    Searched full:threshold_size_factor (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
runtime-profiler.cc 333 int threshold_size_factor = (function_size > kSizeLimit) local
337 int threshold = sampler_threshold_ * threshold_size_factor;

Completed in 71 milliseconds