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

  /external/v8/test/cctest/
profiler-extension.cc 62 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)
test-cpu-profiler.cc 279 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, p2))
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...]
test-profile-generator.cc 348 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();
test-api.cc 99 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
101 cpu_profiler->StartProfiling(profile_name);
103 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
    [all...]
  /external/v8/src/profiler/
profile-generator.h 289 CpuProfiler* cpu_profiler() const { return profiler_; } function in class:v8::internal::CpuProfile
  /external/v8/src/
log.cc 653 TickSample* sample = isolate->cpu_profiler()->StartTickSample();
663 isolate->cpu_profiler()->FinishTickSample();
    [all...]
isolate.h 925 CpuProfiler* cpu_profiler() const { return cpu_profiler_; } function in class:v8::internal::Isolate
    [all...]
api.cc 7152 i::CpuProfiler* cpu_profiler = local
    [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]

Completed in 158 milliseconds