Home | History | Annotate | Download | only in app

Lines Matching defs:isProfiling

205         if (!isProfiling()) {
211 if (!isProfiling()) {
268 public boolean isProfiling() {
269 return mThread.isProfiling();
273 * This method will start profiling if isProfiling() returns true. You should
278 if (mThread.isProfiling()) {
286 * Stops profiling if isProfiling() returns true.
289 if (mThread.isProfiling()) {