Home | History | Annotate | Download | only in cctest

Lines Matching refs:Sampler

422   i::Sampler* sampler =
423 reinterpret_cast<i::Isolate*>(env->GetIsolate())->logger()->sampler();
424 sampler->StartCountingSamples();
427 } while (sampler->js_and_external_sample_count() < min_js_samples);