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

  /external/v8/src/
platform-macos.cc 538 : sampler_(sampler),
544 Sampler* sampler_; member in class:v8::internal::Sampler::PlatformData
555 while (sampler_->IsActive()) {
559 if (sampler_->IsProfiling()
590 sampler_->SampleStack(&sample);
598 sampler_->Tick(&sample);
601 usleep(sampler_->interval_ * 1000);
platform-win32.cc 1797 Sampler* sampler_; member in class:v8::internal::Sampler::PlatformData
    [all...]

Completed in 668 milliseconds