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

/external/chromium_org/v8/test/cctest/
H A Dprofiler-extension.cc46 ProfilerExtension::StartProfiling);
57 void ProfilerExtension::StartProfiling( function in class:v8::internal::ProfilerExtension
61 cpu_profiler->StartProfiling((args.Length() > 0)
/external/chromium_org/base/debug/
H A Dtrace_event_system_stats_monitor.cc81 base::Bind(&TraceEventSystemStatsMonitor::StartProfiling,
92 void TraceEventSystemStatsMonitor::StartProfiling() { function in class:base::debug::TraceEventSystemStatsMonitor
H A Dprofiler.cc30 void StartProfiling(const std::string& name) { function in namespace:base::debug
59 void StartProfiling(const std::string& name) {
H A Dtrace_event_memory.cc179 base::Bind(&TraceMemoryController::StartProfiling,
194 void TraceMemoryController::StartProfiling() { function in class:base::debug::TraceMemoryController
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner.py125 def StartProfiling(self, page, finder_options): member in class:_RunState
268 state.StartProfiling(page, finder_options)
/external/chromium_org/v8/src/
H A Dcpu-profiler.cc413 void CpuProfiler::StartProfiling(const char* title, bool record_samples) { function in class:v8::internal::CpuProfiler
414 if (profiles_->StartProfiling(title, record_samples)) {
420 void CpuProfiler::StartProfiling(String* title, bool record_samples) { function in class:v8::internal::CpuProfiler
421 StartProfiling(profiles_->GetName(title), record_samples);
H A Dprofile-generator.cc458 bool CpuProfilesCollection::StartProfiling(const char* title, function in class:v8::internal::CpuProfilesCollection
H A Dapi.cc7151 void CpuProfiler::StartProfiling(Handle<String> title, bool record_samples) { function in class:v8::CpuProfiler
7152 reinterpret_cast<i::CpuProfiler*>(this)->StartProfiling(
7158 StartProfiling(title, record_samples);

Completed in 452 milliseconds