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

  /external/v8/src/profiler/
tracing-cpu-profiler.cc 62 if (!profiling_enabled_ || profiler_) return;
67 profiler_.reset(new CpuProfiler(isolate_));
68 profiler_->set_sampling_interval(
70 profiler_->StartProfiling("", true);
75 if (!profiler_) return;
76 profiler_->StopProfiling("");
77 profiler_.reset();
tracing-cpu-profiler.h 35 std::unique_ptr<CpuProfiler> profiler_; member in class:v8::internal::final
sampling-heap-profiler.h 57 SamplingHeapProfiler* profiler_)
61 reinterpret_cast<v8::Isolate*>(profiler_->isolate_), local_)),
62 profiler(profiler_) {}
165 profiler_(profiler),
176 profiler_->SampleObject(soon_object, size);
183 SamplingHeapProfiler* const profiler_; member in class:v8::internal::SamplingAllocationObserver
profile-generator.h 289 CpuProfiler* cpu_profiler() const { return profiler_; }
305 CpuProfiler* const profiler_; member in class:v8::internal::CpuProfile
340 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; }
359 CpuProfiler* profiler_; member in class:v8::internal::CpuProfilesCollection
heap-snapshot-generator.h 158 HeapProfiler* profiler() { return profiler_; }
190 HeapProfiler* profiler_; member in class:v8::internal::HeapSnapshot
profile-generator.cc 397 profiler_(profiler),
552 profiler_(nullptr),
581 current_profiles_.Add(new CpuProfile(profiler_, title, record_samples));
heap-snapshot-generator.cc 187 : profiler_(profiler),
208 profiler_->RemoveSnapshot(this);
214 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id();
    [all...]
  /external/v8/src/
log.cc 621 profiler_(nullptr),
630 DCHECK(profiler_ == nullptr);
631 profiler_ = profiler;
638 profiler_ = nullptr;
645 if (!profiler_) return;
649 profiler_->Insert(&sample);
653 Profiler* profiler_; member in class:v8::internal::Ticker
735 profiler_(NULL),
    [all...]
log.h 309 // When the statistical profile is active, profiler_
312 Profiler* profiler_; member in class:v8::internal::Logger
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 95 // Defined in profiler_<diagnostic name>.h.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 95 // Defined in profiler_<diagnostic name>.h.
  /external/slf4j/slf4j-site/src/site/pages/
extensions.html 39 href="http://en.wikipedia.org/wiki/Profiler_%28computer_science%29">profiling</a>
    [all...]

Completed in 133 milliseconds