Home
last modified time | relevance | path

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

/external/chromium/base/debug/
Dprofiler.cc23 void StartProfiling(const std::string& name) { in StartProfiling() function
/external/v8/src/
Dcpu-profiler.cc278 void CpuProfiler::StartProfiling(const char* title) { in StartProfiling() function in v8::internal::CpuProfiler
284 void CpuProfiler::StartProfiling(String* title) { in StartProfiling() function in v8::internal::CpuProfiler
Dprofile-generator.cc568 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) { in StartProfiling() function in v8::internal::CpuProfilesCollection
588 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) { in StartProfiling() function in v8::internal::CpuProfilesCollection
Dapi.cc5251 void CpuProfiler::StartProfiling(Handle<String> title) { in StartProfiling() function in v8::CpuProfiler
/external/v8/test/cctest/
Dtest-profile-generator.cc725 v8::Handle<v8::Value> ProfilerExtension::StartProfiling( in StartProfiling() function in ProfilerExtension