Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.cc93 sampler_threshold_(kSamplerThresholdInit), in RuntimeProfiler()
259 if (sampler_threshold_ > kSamplerThresholdMin) { in OptimizeNow()
260 sampler_threshold_ -= kSamplerThresholdDelta; in OptimizeNow()
337 int threshold = sampler_threshold_ * threshold_size_factor; in OptimizeNow()
383 sampler_threshold_ = kSamplerThresholdInit; in Reset()
Druntime-profiler.h123 int sampler_threshold_; variable