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

  /external/libchrome/base/trace_event/
trace_log.cc 610 sampling_thread_.reset(new TraceSamplingThread);
611 sampling_thread_->RegisterSampleBucket(
614 sampling_thread_->RegisterSampleBucket(
617 sampling_thread_->RegisterSampleBucket(
620 if (!PlatformThread::Create(0, sampling_thread_.get(),
691 if (sampling_thread_.get()) {
693 sampling_thread_->Stop();
698 sampling_thread_.reset();
    [all...]
trace_log.h 470 scoped_ptr<TraceSamplingThread> sampling_thread_; member in class:base::trace_event::TraceLog

Completed in 61 milliseconds