HomeSort by relevance Sort by last modified time
    Searched defs:StartProfiling (Results 1 - 6 of 6) sorted by null

  /external/v8/src/profiler/
tracing-cpu-profiler.cc 43 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StartProfiling();
59 void TracingCpuProfilerImpl::StartProfiling() {
67 profiler_->StartProfiling("", true);
cpu-profiler.cc 286 void CpuProfiler::StartProfiling(const char* title, bool record_samples) {
287 if (profiles_->StartProfiling(title, record_samples)) {
293 void CpuProfiler::StartProfiling(String* title, bool record_samples) {
294 StartProfiling(profiles_->GetName(title), record_samples);
profile-generator.cc 565 bool CpuProfilesCollection::StartProfiling(const char* title,
  /external/gemmlowp/profiling/
profiler.h 63 // functions: StartProfiling() and FinishProfiling(). They must be
96 StartProfiling();
320 // StartProfiling(), and finishes when we call FinishProfiling().
349 inline void StartProfiling() {
  /system/extras/simpleperf/
inplace_sampler_lib.cpp 72 bool StartProfiling();
120 return StartProfiling();
184 bool SampleManager::StartProfiling() {
  /external/v8/src/
api.cc     [all...]

Completed in 117 milliseconds