Home
last modified time | relevance | path

Searched defs:StopProfiling (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/test/cctest/
Dprofiler-extension.cc67 void ProfilerExtension::StopProfiling( in StopProfiling() function in v8::internal::ProfilerExtension
/external/chromium_org/base/debug/
Dtrace_event_system_stats_monitor.cc117 void TraceEventSystemStatsMonitor::StopProfiling() { in StopProfiling() function in base::debug::TraceEventSystemStatsMonitor
Dprofiler.cc40 void StopProfiling() { in StopProfiling() function
Dtrace_event_memory.cc228 void TraceMemoryController::StopProfiling() { in StopProfiling() function in base::debug::TraceMemoryController
/external/chromium_org/v8/src/
Dcpu-profiler.cc455 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler
466 CpuProfile* CpuProfiler::StopProfiling(String* title) { in StopProfiling() function in v8::internal::CpuProfiler
Dprofile-generator.cc479 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfilesCollection
Dapi.cc7162 CpuProfile* CpuProfiler::StopProfiling(Handle<String> title) { in StopProfiling() function in v8::CpuProfiler
/external/chromium_org/tools/telemetry/telemetry/page/
Dpage_runner.py136 def StopProfiling(self): member in _RunState