Searched defs:profiling (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java574 boolean profiling; field in class:ActivityThread.Profiler
578 if (profiling) {
602 if (profileFd == null || profiling) {
610 profiling = true;
622 if (profiling) {
623 profiling = false;
5219 * Public entrypoint to stop profiling. This is required to end profiling when the app crashes,

Completed in 121 milliseconds