Searched refs:cpu_profiler_ (Results 1 – 2 of 2) sorted by relevance
1775 cpu_profiler_(NULL), in Isolate()1898 if (cpu_profiler_) { in Deinit()1899 cpu_profiler_->DeleteAllProfiles(); in Deinit()1929 delete cpu_profiler_; in Deinit()1930 cpu_profiler_ = NULL; in Deinit()2135 cpu_profiler_ = new CpuProfiler(this); in Init()
899 CpuProfiler* cpu_profiler() const { return cpu_profiler_; } in cpu_profiler()1271 CpuProfiler* cpu_profiler_; variable