Searched refs:mTotalWaitTime (Results 1 – 1 of 1) sorted by relevance
50 private double mTotalWaitTime = 0; field in ProcLoadHelper71 mTotalWaitTime += currWaitTime; in startCollecting()72 Log.d(LOG_TAG, String.format("Waited for %s msecs", mTotalWaitTime)); in startCollecting()87 result.put(PROC_LOAD_WAIT_TIME_METRIC_KEY, mTotalWaitTime); in getMetrics()