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

  /external/v8/src/
log.cc 197 profiler_(NULL) {}
202 if (profiler_) profiler_->Insert(sample);
213 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
217 ASSERT(profiler_ == NULL);
218 profiler_ = profiler;
225 profiler_ = NULL;
236 Profiler* profiler_; member in class:v8::internal::Ticker
343 profiler_(NULL),
    [all...]
log.h 356 // When the statistical profile is active, profiler_
359 Profiler* profiler_; member in class:v8::internal::Logger

Completed in 174 milliseconds