Searched defs:StartProfiling (Results 1 – 5 of 5) sorted by relevance
/external/chromium/base/debug/ | ||
D | profiler.cc | 23 void StartProfiling(const std::string& name) { in StartProfiling() function |
/external/v8/src/ | ||
D | cpu-profiler.cc | 278 void CpuProfiler::StartProfiling(const char* title) { in StartProfiling() function in v8::internal::CpuProfiler |
D | profile-generator.cc | 568 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) { in StartProfiling() function in v8::internal::CpuProfilesCollection |
D | api.cc | 5251 void CpuProfiler::StartProfiling(Handle<String> title) { in StartProfiling() function in v8::CpuProfiler |
/external/v8/test/cctest/ | ||
D | test-profile-generator.cc | 725 v8::Handle<v8::Value> ProfilerExtension::StartProfiling( in StartProfiling() function in ProfilerExtension |