Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dtracing-cpu-profiler.cc60 void TracingCpuProfilerImpl::StartProfiling() { in StartProfiling() function in v8::internal::TracingCpuProfilerImpl
Dcpu-profiler.cc301 void CpuProfiler::StartProfiling(const char* title, bool record_samples) { in StartProfiling() function in v8::internal::CpuProfiler
308 void CpuProfiler::StartProfiling(String* title, bool record_samples) { in StartProfiling() function in v8::internal::CpuProfiler
Dprofile-generator.cc566 bool CpuProfilesCollection::StartProfiling(const char* title, in StartProfiling() function in v8::internal::CpuProfilesCollection
/external/gemmlowp/profiling/
Dprofiler.h349 inline void StartProfiling() { in StartProfiling() function
/external/v8/src/
Dapi.cc9761 void CpuProfiler::StartProfiling(Local<String> title, bool record_samples) { in StartProfiling() function in v8::CpuProfiler