Home | History | Annotate | Download | only in cctest

Lines Matching refs:CpuProfile

11 using i::CpuProfile;
166 CpuProfile* profile =
253 CpuProfile* profile =
307 const v8::CpuProfile* p1 = v8::CpuProfiler::StopProfiling(name1);
312 const_cast<v8::CpuProfile*>(p1)->Delete();
318 const v8::CpuProfile* p2 = v8::CpuProfiler::StopProfiling(name2);
327 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3);
334 const_cast<v8::CpuProfile*>(p2)->Delete();
338 const_cast<v8::CpuProfile*>(p3)->Delete();
353 const v8::CpuProfile* p1 = v8::CpuProfiler::StopProfiling(name1);
359 const v8::CpuProfile* p1_t1 = v8::CpuProfiler::FindProfile(uid1, token1);
363 const_cast<v8::CpuProfile*>(p1)->Delete();
367 const_cast<v8::CpuProfile*>(p1_t1)->Delete();
373 const v8::CpuProfile* p2_t2 = v8::CpuProfiler::StopProfiling(name2, token2);
378 const v8::CpuProfile* p2 = v8::CpuProfiler::FindProfile(uid2);
382 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3);
388 const_cast<v8::CpuProfile*>(p2_t2)->Delete();
392 const_cast<v8::CpuProfile*>(p2)->Delete();
396 const_cast<v8::CpuProfile*>(p3)->Delete();