Searched refs:totals (Results 1 – 5 of 5) sorted by relevance
89 final List<IoStatsEntry> totals = mStorageManager.getAggregateIoStats();91 final long totalBytesWrittenToStorage = totals.stream()95 final long totalFsyncCalls = totals.stream()
812 Statistics totals = new Statistics("Totals"); in dumpStats() local817 totals.addCacheStatistics(cache); in dumpStats()820 LogUtils.d(totals.mName, totals.toString()); in dumpStats()