Home
last modified time | relevance | path

Searched defs:StopProfiling (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Dprofiler.h83 void StopProfiling() { buffer_.SetEnabled(false); } in StopProfiling() function
170 void StopProfiling() {} in StopProfiling() function
/external/v8/src/profiler/
Dtracing-cpu-profiler.cc66 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling() function in v8::internal::TracingCpuProfilerImpl
Dcpu-profiler.cc401 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler
407 CpuProfile* CpuProfiler::StopProfiling(String* title) { in StopProfiling() function in v8::internal::CpuProfiler
Dprofile-generator.cc629 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfilesCollection
/external/libchrome/base/debug/
Dprofiler.cc43 void StopProfiling() { in StopProfiling() function
/external/v8/src/
Dapi.cc10145 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler