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

  /external/chromium_org/v8/test/cctest/
test-profile-generator.cc 621 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); local
623 cpu_profiler->StartCpuProfiling(args[0].As<v8::String>());
625 cpu_profiler->StartCpuProfiling(v8::String::New(""));
631 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); local
633 cpu_profiler->StopCpuProfiling(args[0].As<v8::String>());
635 cpu_profiler->StopCpuProfiling(v8::String::New(""));
664 CpuProfiler* profiler = i::Isolate::Current()->cpu_profiler();
796 CpuProfiler* profiler = i::Isolate::Current()->cpu_profiler();
820 CpuProfiler* profiler = isolate->cpu_profiler();
test-cpu-profiler.cc 252 CpuProfiler* profiler = i::Isolate::Current()->cpu_profiler();
306 CpuProfiler* profiler = i::Isolate::Current()->cpu_profiler();
349 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
351 CHECK_EQ(0, cpu_profiler->GetProfileCount());
353 cpu_profiler->StartCpuProfiling(name1);
354 const v8::CpuProfile* p1 = cpu_profiler->StopCpuProfiling(name1);
356 CHECK_EQ(1, cpu_profiler->GetProfileCount());
358 CHECK_EQ(p1, FindCpuProfile(cpu_profiler, uid1));
360 CHECK_EQ(0, cpu_profiler->GetProfileCount());
361 CHECK_EQ(NULL, FindCpuProfile(cpu_profiler, uid1))
416 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
432 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
595 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
658 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
755 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
805 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
849 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
896 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
939 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1016 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1096 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1171 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1241 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1324 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1336 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
    [all...]
test-api.cc 93 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
95 cpu_profiler->StartCpuProfiling(profile_name);
97 cpu_profiler->DeleteAllCpuProfiles();
887 if (isolate->cpu_profiler()->is_profiling()) {
    [all...]
  /external/chromium_org/v8/src/
isolate.h 1003 CpuProfiler* cpu_profiler() const { return cpu_profiler_; } function in class:v8::internal::Isolate
    [all...]
api.cc 6819 i::CpuProfiler* cpu_profiler = local
    [all...]

Completed in 254 milliseconds