Home | History | Annotate | Download | only in procstats

Lines Matching refs:totalTime

729         long totalTime = 0;
735 totalTime += getDuration(bucket, now);
739 mTmpTotalTime = totalTime;
740 return totalTime;
745 long now, long totalTime) {
755 procStates, now, totalTime, true);
757 new int[] { STATE_PERSISTENT }, now, totalTime, true);
759 new int[] {STATE_TOP}, now, totalTime, true);
761 new int[] { STATE_IMPORTANT_FOREGROUND }, now, totalTime, true);
763 new int[] {STATE_IMPORTANT_BACKGROUND}, now, totalTime, true);
765 new int[] {STATE_BACKUP}, now, totalTime, true);
767 new int[] {STATE_HEAVY_WEIGHT}, now, totalTime, true);
769 new int[] {STATE_SERVICE}, now, totalTime, true);
771 new int[] {STATE_SERVICE_RESTARTING}, now, totalTime, true);
773 new int[] {STATE_RECEIVER}, now, totalTime, true);
775 new int[] {STATE_HOME}, now, totalTime, true);
777 new int[] {STATE_LAST_ACTIVITY}, now, totalTime, true);
780 STATE_CACHED_EMPTY}, now, totalTime, true);
785 long totalTime = 0;
813 totalTime += time;
818 totalTime != 0) {
827 TimeUtils.formatDuration(totalTime, pw);
898 long now, long totalTime, boolean full) {
902 final double percentage = (double) totals.totalTime / (double) totalTime * 100;
911 totals.print(pw, totalTime, full);
948 data.totalTime = 0;
956 data.totalTime += getDuration(bucket, now);
1012 long totalTime = 0;
1021 totalTime += getDuration(bucket, now);
1026 pw.print(totalTime);