HomeSort by relevance Sort by last modified time
    Searched refs:cpuInfo (Results 1 - 2 of 2) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
EnvironmentGetter.java 73 Multimap<String, String> cpuInfo = propertiesFromLinuxFile("/proc/cpuinfo");
74 propertyMap.put("host.cpus", Integer.toString(cpuInfo.get("processor").size()));
76 propertyMap.put("host.cpu.cores", describe(cpuInfo, s));
77 propertyMap.put("host.cpu.names", describe(cpuInfo, "model name"));
78 propertyMap.put("host.cpu.cachesize", describe(cpuInfo, "cache size"));
86 private static String describe(Multimap<String, String> cpuInfo, String s) {
87 Collection<String> strings = cpuInfo.get(s);
  /frameworks/base/services/core/java/com/android/server/am/
AppErrors.java     [all...]

Completed in 2857 milliseconds