Searched refs:totalTime (Results 1 – 6 of 6) sorted by relevance
66 var totalTime : Double = 0.0 in <lambda>() variable in AggregateSliceInfo258 aggInfo.totalTime += duration in aggregateSliceInfo()
325 long totalTime = 0L; in printModuleCheckersMetric() local331 totalTime += t.getElapsedTime(); in printModuleCheckersMetric()335 "Total module checkers time: %s\n", TimeUtil.formatElapsedTime(totalTime))); in printModuleCheckersMetric()
419 Double totalTime = 0d; in analyzeLogCatData() local421 totalTime += launchTime; in analyzeLogCatData()423 Double averageTime = Double.valueOf(totalTime / amLaunchTimes.get(activityName).size()); in analyzeLogCatData()
232 samples.getOrPut(sliceName, ::mutableListOf).add(aggInfo.totalTime) in printSampleSetPlainText()
590 long totalTime = ((System.nanoTime() - start) / 1000000); in multipleTestsRun_reportsAllResults() local594 CLog.i("Total runtime: " + totalTime + "ms, test time: " + testTime.get() + "ms."); in multipleTestsRun_reportsAllResults()
1423 long totalTime = System.currentTimeMillis() - startTime; in pullFile() local1425 InvocationMetricKey.PULL_FILE_TIME, totalTime); in pullFile()1642 long totalTime = System.currentTimeMillis() - startTime; in pushFileInternal() local1644 InvocationMetricKey.PUSH_FILE_TIME, totalTime); in pushFileInternal()