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

/frameworks/base/core/java/android/app/
H A DActivityThread.java533 boolean profiling; field in class:ActivityThread.Profiler
537 if (profiling) {
560 if (profileFd == null || profiling) {
567 profiling = true;
579 if (profiling) {
580 profiling = false;
4817 * Public entrypoint to stop profiling. This is required to end profiling when the app crashes,

Completed in 17 milliseconds