Searched refs:runTime (Results 1 – 2 of 2) sorted by relevance
83 long runTime = SystemClock.uptimeMillis() - startTime; in processMessage() local87 if (runTime > mRunningTimeThresholdInMilliseconds) { in processMessage()88 mLocalLog.log(signatureToLog + " was running for " + runTime + " ms"); in processMessage()90 if (runTime > METRICS_THRESHOLD_MILLIS || scheduleLatency > METRICS_THRESHOLD_MILLIS) { in processMessage()91 WifiStatsLog.write(WIFI_THREAD_TASK_EXECUTED, (int) runTime, (int) scheduleLatency, in processMessage()106 long runTime = SystemClock.uptimeMillis() - startTime; in enter() local110 if (runTime > mRunningTimeThresholdInMilliseconds) { in enter()111 mLocalLog.log(signatureToLog + " was running for " + runTime + " ms"); in enter()113 if (runTime > METRICS_THRESHOLD_MILLIS) { in enter()114 WifiStatsLog.write(WIFI_THREAD_TASK_EXECUTED, (int) runTime, 0, signatureToLog); in enter()[all …]
132 final long runTime = SystemClock.uptimeMillis() - start; in dispatchMessage() local137 if (runTime > mRunningTimeThresholdInMilliseconds) { in dispatchMessage()138 mLocalLog.log(signatureToLog + " was running for " + runTime); in dispatchMessage()143 if (runTime > METRICS_THRESHOLD_MILLIS || scheduleLatency > METRICS_THRESHOLD_MILLIS) { in dispatchMessage()146 (int) runTime, in dispatchMessage()