HomeSort by relevance Sort by last modified time
    Searched refs:TOTAL (Results 1 - 25 of 31) sorted by null

1 2

  /tools/test/connectivity/tools/lab/metrics/
disk_metric.py 24 TOTAL = 'total'
34 total: int representing total space in 1k blocks
35 used: int representing total used in 1k blocks
36 avail: int representing total available in 1k blocks
47 self.TOTAL: int(fields[1]),
ram_metric.py 24 TOTAL = 'total'
35 total: int representing total physical RAM available in MB
36 used: int representing total RAM used by system in MB
37 free: int representing total RAM free for new process in MB
38 buffers: total RAM buffered by different applications in MB
39 cached: total RAM for caching of data in MB
44 # total used free shared buffers cached
55 self.TOTAL: int(fields[1])
    [all...]
  /external/toybox/scripts/
bloatcheck 21 TOTAL=0
34 TOTAL=$(($TOTAL+$DELTA))
53 TOTAL=$(($TOTAL+$DELTA))
58 printf "% 71d total\n" "$TOTAL"
  /external/skia/tests/
MemsetTest.cpp 22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
48 uint16_t buffer[TOTAL];
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
65 uint32_t buffer[TOTAL];
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment);
  /external/skqp/tests/
MemsetTest.cpp 22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
48 uint16_t buffer[TOTAL];
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
65 uint32_t buffer[TOTAL];
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment);
  /tools/loganalysis/src/com/android/loganalysis/item/
TopItem.java 42 public static final String TOTAL = "TOTAL";
47 USER, NICE, SYSTEM, IDLE, IOW, IRQ, SIRQ, TOTAL, TEXT));
159 * Get the number of total ticks.
162 return (Integer) getAttribute(TOTAL);
166 * Set the number of total ticks.
168 public void setTotal(int total) {
169 setAttribute(TOTAL, total);
DumpsysProcessMeminfoItem.java 37 public static final String TOTAL = "TOTAL";
48 // NATIVE, DALVIK, TOTAL only
84 this.put(TOTAL, new HashMap<>());
AnrItem.java 32 TOTAL,
55 CpuUsageCategory.TOTAL.toString(),
  /tools/test/connectivity/tools/lab/tests/
disk_metric_test.py 34 disk_metric.DiskMetric.TOTAL: 57542652,
ram_metric_test.py 28 stdout_string = (' total used free shared'
39 ram_metric.RamMetric.TOTAL: 64350,
  /tools/loganalysis/src/com/android/loganalysis/parser/
AnrParser.java 50 * Matches: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait
52 private static final Pattern TOTAL = Pattern.compile("^(\\d+(\\.\\d+)?)% TOTAL: .*$");
93 m = TOTAL.matcher(line);
96 anr.setCpuUsage(AnrItem.CpuUsageCategory.TOTAL, Double.parseDouble(m.group(1)));
DumpsysProcessMeminfoParser.java 33 // Order is VERSION,PID,NAME,[native,dalvik,other,total]{11},[name,val{8}]*
60 Map<String, Long> totalData = item.get(DumpsysProcessMeminfoItem.TOTAL);
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
DumpsysProcessMeminfoParserTest.java 66 dump.get(DumpsysProcessMeminfoItem.TOTAL).get(DumpsysProcessMeminfoItem.MAX));
69 dump.get(DumpsysProcessMeminfoItem.TOTAL).get(DumpsysProcessMeminfoItem.PSS));
102 assertTrue(dump.get(DumpsysProcessMeminfoItem.TOTAL).isEmpty());
AnrParserTest.java 42 "33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
48 "18% TOTAL: 11% user + 7.5% kernel");
57 assertEquals(33.0, anr.getCpuUsage(AnrItem.CpuUsageCategory.TOTAL));
75 "33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
81 "18% TOTAL: 11% user + 7.5% kernel");
90 assertEquals(33.0, anr.getCpuUsage(AnrItem.CpuUsageCategory.TOTAL));
108 "33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
114 "18% TOTAL: 11% user + 7.5% kernel");
123 assertEquals(33.0, anr.getCpuUsage(AnrItem.CpuUsageCategory.TOTAL));
142 "33% TOTAL: 21% user + 11% kernel + 0.3% iowait"
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
stats.h 61 #define TRTSTR "Total bytes read in %I64d transfers: %I64d\n"
62 #define TWTSTR "Total bytes written in %I64d transfers: %I64d\n"
72 #define TRTSTR "Total bytes read in %lld transfers: %lld\n"
73 #define TWTSTR "Total bytes written in %lld transfers: %lld\n"
79 #define TRTHSTR "Total read throughput: %.1fB/s (%.2fMB/s), IOPS %.1f/s.\n"
80 #define TWTHSTR "Total write throughput: %.1fB/s (%.2fMB/s), IOPS %.1f/s.\n"
87 HBEAT,CYCLE,TOTAL
stats.c 154 case TOTAL: /* display total read and write stats */
212 case TOTAL: /* display total read and write stats */
276 case TOTAL: /* display total read and write stats */
341 case TOTAL:
345 "Total Read Time: %u seconds (%lud%luh%lum%lus)\n",
354 "Total Write Time: %u seconds (%lud%luh%lum%lus)\n",
364 "Total overall runtime: %u seconds (%lud%luh%lum%lus)\n"
    [all...]
main.c 412 print_stats(test->args, test->env, TOTAL);
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
MixIn.java 86 TOTAL(2, "-total");
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
MixIn.java 86 TOTAL(2, "-total");
  /art/test/990-field-trace/src/art/
Test990.java 176 static long TOTAL = 0;
184 TOTAL++;
190 return "TestClass2 { super: \"%s\", TOTAL: %d, baz: %d }".format(
191 super.toString(), TOTAL, baz);
219 t4.tweak((int)TestClass2.TOTAL);
220 t2.tweak((int)TestClass2.TOTAL);
  /external/ltp/testcases/kernel/controllers/io-throttle/
run_io_throttle_test.sh 37 phys_bw=`./iobw -direct 1 $BUFSIZE $DATASIZE | grep TOTAL | awk '{print $7}'`
  /tools/tradefederation/core/src/com/android/tradefed/device/
TopHelper.java 55 TOTAL,
256 * Get the average total CPU usage for a list of {@link TopStats}.
262 return getAveragePercentage(topStats, PercentCategory.TOTAL);
318 case TOTAL:
  /frameworks/base/cmds/incident_helper/src/parsers/
ProcrankParser.cpp 37 string zram, ram, total; local
60 if (record[record.size() - 1] == "TOTAL") { // TOTAL record
61 total = line;
81 if (!total.empty()) {
82 record = parseRecord(total);
83 uint64_t token = proto.start(ProcrankProto::Summary::TOTAL);
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
ProcessMaxMemoryCollector.java 89 item.get(DumpsysProcessMeminfoItem.TOTAL)
92 item.get(DumpsysProcessMeminfoItem.TOTAL)
  /system/extras/tests/workloads/
systemapps.sh 50 echo "-T : total time to start all apps"
245 printf "%-10s %5.0f %5.0f\n" TOTAL $totaltime $diffTime

Completed in 537 milliseconds

1 2