Searched refs:cpu_profiler (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/cctest/
H A Dprofiler-extension.cc62 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); local
63 cpu_profiler->StartProfiling((args.Length() > 0)
70 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); local
71 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
H A Dtest-cpu-profiler.cc279 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
337 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
381 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
382 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(cpu_profiler);
386 cpu_profiler->StartProfiling(name1);
387 v8::CpuProfile* p1 = cpu_profiler->StopProfiling(name1);
390 CHECK(FindCpuProfile(cpu_profiler, p1));
395 cpu_profiler->StartProfiling(name2);
396 v8::CpuProfile* p2 = cpu_profiler->StopProfiling(name2);
399 CHECK(FindCpuProfile(cpu_profiler, p
420 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
434 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1247 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1570 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1595 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
[all...]
H A Dtest-profile-generator.cc348 profiles.set_cpu_profiler(CcTest::i_isolate()->cpu_profiler());
419 profiles.set_cpu_profiler(CcTest::i_isolate()->cpu_profiler());
475 profiles.set_cpu_profiler(CcTest::i_isolate()->cpu_profiler());
520 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
561 collection.set_cpu_profiler(CcTest::i_isolate()->cpu_profiler());
650 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
677 CpuProfiler* profiler = isolate->cpu_profiler();
H A Dtest-api.cc99 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
101 cpu_profiler->StartProfiling(profile_name);
103 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
/external/v8/src/profiler/
H A Dprofile-generator.h289 CpuProfiler* cpu_profiler() const { return profiler_; } function in class:v8::internal::CpuProfile
/external/v8/src/
H A Dlog.cc653 TickSample* sample = isolate->cpu_profiler()->StartTickSample();
663 isolate->cpu_profiler()->FinishTickSample();
H A Disolate.h925 CpuProfiler* cpu_profiler() const { return cpu_profiler_; } function in class:v8::internal::Isolate
H A Dapi.cc7152 i::CpuProfiler* cpu_profiler = local
7153 reinterpret_cast<i::Isolate*>(this)->cpu_profiler();
7154 return reinterpret_cast<CpuProfiler*>(cpu_profiler);
8337 i::CpuProfiler* profiler = profile->cpu_profiler();
/external/jemalloc/bin/
H A Djeprof.in1072 /usr/doc/gperftools-$PPROF_VERSION/cpu_profiler.html

Completed in 364 milliseconds