Lines Matching refs:CpuProfiler
222 * |record_samples| parameter of CpuProfiler::StartCpuProfiling is true.
263 * Deletes the profile and removes it from CpuProfiler's list.
311 // Enables logging for the lifetime of the CpuProfiler. Calls to
403 * profiler can be created using v8::CpuProfiler::New method.
405 class V8_EXPORT CpuProfiler {
412 static CpuProfiler* New(Isolate* isolate,
533 CpuProfiler();
534 ~CpuProfiler();
535 CpuProfiler(const CpuProfiler&);
536 CpuProfiler& operator=(const CpuProfiler&);