Lines Matching refs:CpuProfiler
300 // The CpuProfiler is a sampling CPU profiler for JS frames. It corresponds to
301 // v8::CpuProfiler at the API level. It spawns an additional thread which is
320 class V8_EXPORT_PRIVATE CpuProfiler {
322 explicit CpuProfiler(Isolate* isolate, CpuProfilingNamingMode = kDebugNaming,
325 CpuProfiler(Isolate* isolate, CpuProfilingNamingMode naming_mode,
331 ~CpuProfiler();
332 CpuProfiler(const CpuProfiler&) = delete;
333 CpuProfiler& operator=(const CpuProfiler&) = delete;