Searched refs:totalRunningDuration (Results 1 – 1 of 1) sorted by relevance
966 final long totalRunningDuration = getTotalRunningDuration(now); in dumpPss() local967 if (totalRunningDuration != 0) { in dumpPss()970 TimeUtils.formatDuration(totalRunningDuration, pw); in dumpPss()1410 final long totalRunningDuration = getTotalRunningDuration(now); in writeToProto() local1411 if (totalRunningDuration > 0) { in writeToProto()1413 proto.write(ProcessStatsStateProto.DURATION_MS, totalRunningDuration); in writeToProto()