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

/frameworks/base/core/java/android/app/
H A DActivityThread.java466 boolean profiling; field in class:ActivityThread.Profiler
470 if (profiling) {
493 if (profileFd == null || profiling) {
499 profiling = true;
511 if (profiling) {
512 profiling = false;

Completed in 39 milliseconds