Home
last modified time | relevance | path

Searched refs:sampler_threshold_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Druntime-profiler.cc125 sampler_threshold_(kSamplerThresholdInit), in RuntimeProfiler()
279 if (sampler_threshold_ > kSamplerThresholdMin) { in OptimizeNow()
280 sampler_threshold_ -= kSamplerThresholdDelta; in OptimizeNow()
304 int threshold = sampler_threshold_ * threshold_size_factor; in OptimizeNow()
384 sampler_threshold_ = kSamplerThresholdInit; in Reset()
Druntime-profiler.h127 int sampler_threshold_; variable