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

  /external/v8/src/profiler/
tracing-cpu-profiler.cc 44 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StartProfiling();
60 void TracingCpuProfilerImpl::StartProfiling() {
70 profiler_->StartProfiling("", true);
cpu-profiler.cc 301 void CpuProfiler::StartProfiling(const char* title, bool record_samples) {
302 if (profiles_->StartProfiling(title, record_samples)) {
308 void CpuProfiler::StartProfiling(String* title, bool record_samples) {
309 StartProfiling(profiles_->GetName(title), record_samples);
profile-generator.cc 566 bool CpuProfilesCollection::StartProfiling(const char* title,
  /system/extras/perfprofd/
perfprofd_threaded_handler.h 103 template <typename ConfigFn> bool StartProfiling(ConfigFn fn, std::string* error_msg) {
  /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() {
  /external/libchrome/base/debug/
profiler.cc 33 void StartProfiling(const std::string& name) {
66 void StartProfiling(const std::string& name) {
  /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 373 milliseconds