HomeSort by relevance Sort by last modified time
    Searched defs:getRuntimeStat (Results 1 - 7 of 7) sorted by null

  /art/test/099-vmdebug/src/
Main.java 181 String gc_count = VMDebug.getRuntimeStat("art.gc.gc-count");
182 String gc_time = VMDebug.getRuntimeStat("art.gc.gc-time");
183 String bytes_allocated = VMDebug.getRuntimeStat("art.gc.bytes-allocated");
184 String bytes_freed = VMDebug.getRuntimeStat("art.gc.bytes-freed");
185 String blocking_gc_count = VMDebug.getRuntimeStat("art.gc.blocking-gc-count");
186 String blocking_gc_time = VMDebug.getRuntimeStat("art.gc.blocking-gc-time");
187 String gc_count_rate_histogram = VMDebug.getRuntimeStat("art.gc.gc-count-rate-histogram");
189 VMDebug.getRuntimeStat("art.gc.blocking-gc-count-rate-histogram");
267 getRuntimeStatMethod = c.getDeclaredMethod("getRuntimeStat", String.class);
289 public static String getRuntimeStat(String statName) throws Exception
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 434 /* Map from the names of the runtime stats supported by getRuntimeStat() to their IDs */
456 public static String getRuntimeStat(String statName) {
469 * that {@link #getRuntimeStat()} supports.
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 94 milliseconds