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

  /external/v8/test/cctest/
profiler-extension.cc 60 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); local
61 cpu_profiler->StartProfiling((args.Length() > 0)
69 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler(); local
70 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
test-cpu-profiler.cc 253 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
308 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
352 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
353 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(cpu_profiler);
357 cpu_profiler->StartProfiling(name1);
358 v8::CpuProfile* p1 = cpu_profiler->StopProfiling(name1);
361 CHECK(FindCpuProfile(cpu_profiler, p1));
366 cpu_profiler->StartProfiling(name2);
367 v8::CpuProfile* p2 = cpu_profiler->StopProfiling(name2);
370 CHECK(FindCpuProfile(cpu_profiler, p2))
391 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
405 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1275 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
1547 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
    [all...]
test-profile-generator.cc 560 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
691 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
715 CpuProfiler* profiler = isolate->cpu_profiler();
test-api.cc 96 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler(); local
98 cpu_profiler->StartProfiling(profile_name);
100 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
    [all...]
  /external/v8/src/
cpu-profiler.h 185 CpuProfiler* cpu_profiler = cpu_profiler_isolate->cpu_profiler(); \
186 if (logger->is_logging_code_events() || cpu_profiler->is_profiling()) { \
log.cc 43 CpuProfiler* cpu_profiler = isolate_->cpu_profiler(); \
44 if (cpu_profiler->is_profiling()) { \
45 cpu_profiler->Call; \
    [all...]
sampler.cc 686 TickSample* sample = isolate_->cpu_profiler()->StartTickSample();
697 isolate_->cpu_profiler()->FinishTickSample();
compiler.cc 155 no_frame_ranges_ = isolate->cpu_profiler()->is_profiling()
615 info->isolate()->cpu_profiler()->is_profiling()) {
    [all...]
isolate.h 970 CpuProfiler* cpu_profiler() const { return cpu_profiler_; } function in class:v8::internal::Isolate
    [all...]
assembler.cc     [all...]
api.cc 6358 i::CpuProfiler* cpu_profiler = local
    [all...]
runtime.cc     [all...]
  /external/v8/src/heap/
heap-inl.h 254 isolate_->cpu_profiler()->is_profiling()) {
heap.cc     [all...]
  /external/jemalloc/bin/
jeprof.in     [all...]

Completed in 1667 milliseconds