HomeSort by relevance Sort by last modified time
    Searched defs:cpu_profiler (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/
profiler-extension.cc 68 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); local
69 cpu_profiler->StartProfiling((args.Length() > 0)
77 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); local
78 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
test-cpu-profiler.cc 274 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
329 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
373 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
374 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(cpu_profiler);
378 cpu_profiler->StartProfiling(name1);
379 v8::CpuProfile* p1 = cpu_profiler->StopProfiling(name1);
382 CHECK(FindCpuProfile(cpu_profiler, p1));
387 cpu_profiler->StartProfiling(name2);
388 v8::CpuProfile* p2 = cpu_profiler->StopProfiling(name2);
391 CHECK(FindCpuProfile(cpu_profiler, p2))
412 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
426 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1363 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1614 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
    [all...]
test-api.cc 98 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
100 cpu_profiler->StartProfiling(profile_name);
102 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
    [all...]
  /external/v8/src/
isolate.h 899 CpuProfiler* cpu_profiler() const { return cpu_profiler_; function in class:v8::internal::Isolate
    [all...]
api.cc 6967 i::CpuProfiler* cpu_profiler = local
    [all...]

Completed in 62 milliseconds