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

  /external/chromium_org/v8/test/cctest/
profiler-extension.cc 40 "native function stopProfiling();";
47 } else if (name->Equals(v8::String::NewFromUtf8(isolate, "stopProfiling"))) {
49 ProfilerExtension::StopProfiling);
67 void ProfilerExtension::StopProfiling(
70 last_profile = cpu_profiler->StopProfiling((args.Length() > 0)
  /external/chromium_org/base/debug/
trace_event_system_stats_monitor.cc 67 StopProfiling();
88 base::Bind(&TraceEventSystemStatsMonitor::StopProfiling,
117 void TraceEventSystemStatsMonitor::StopProfiling() {
profiler.cc 40 void StopProfiling() {
62 void StopProfiling() {
trace_event_memory.cc 164 StopProfiling();
190 base::Bind(&TraceMemoryController::StopProfiling,
228 void TraceMemoryController::StopProfiling() {
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 136 def StopProfiling(self):
282 state.StopProfiling()
  /external/chromium_org/v8/src/
cpu-profiler.cc 455 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
458 CpuProfile* result = profiles_->StopProfiling(title);
466 CpuProfile* CpuProfiler::StopProfiling(String* title) {
470 return profiles_->StopProfiling(profile_title);
profile-generator.cc 479 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
api.cc     [all...]

Completed in 622 milliseconds