Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/cctest/
Dprofiler-extension.cc57 void ProfilerExtension::StartProfiling( in StartProfiling() function in v8::internal::ProfilerExtension
/external/chromium_org/base/debug/
Dtrace_event_system_stats_monitor.cc92 void TraceEventSystemStatsMonitor::StartProfiling() { in StartProfiling() function in base::debug::TraceEventSystemStatsMonitor
Dprofiler.cc30 void StartProfiling(const std::string& name) { in StartProfiling() function
Dtrace_event_memory.cc194 void TraceMemoryController::StartProfiling() { in StartProfiling() function in base::debug::TraceMemoryController
/external/chromium_org/v8/src/
Dcpu-profiler.cc413 void CpuProfiler::StartProfiling(const char* title, bool record_samples) { in StartProfiling() function in v8::internal::CpuProfiler
420 void CpuProfiler::StartProfiling(String* title, bool record_samples) { in StartProfiling() function in v8::internal::CpuProfiler
Dprofile-generator.cc458 bool CpuProfilesCollection::StartProfiling(const char* title, in StartProfiling() function in v8::internal::CpuProfilesCollection
Dapi.cc7151 void CpuProfiler::StartProfiling(Handle<String> title, bool record_samples) { in StartProfiling() function in v8::CpuProfiler
/external/chromium_org/tools/telemetry/telemetry/page/
Dpage_runner.py125 def StartProfiling(self, page, finder_options): member in _RunState