Searched refs:nowMs (Results 1 – 2 of 2) sorted by relevance
105 long nowMs = System.currentTimeMillis(); in onCreate() local106 long startTimeMs = nowMs - nowMs % PROGRAM_LENGTH_MILLIS; in onCreate()
763 double nowMs = Math.round(nowUs) / 1000.; in logPerformanceResults() local764 msDiff[i] = Math.round((nowMs - lastMs) * 1000) / 1000.; in logPerformanceResults()765 lastMs = nowMs; in logPerformanceResults()