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

  /external/chromium_org/v8/test/cctest/
profiler-extension.h 46 static v8::CpuProfile* last_profile; member in class:v8::internal::ProfilerExtension
profiler-extension.cc 37 v8::CpuProfile* ProfilerExtension::last_profile = NULL; member in class:v8::internal::ProfilerExtension
59 last_profile = NULL;
70 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)

Completed in 62 milliseconds