HomeSort by relevance Sort by last modified time
    Searched refs:getRuntimeStat (Results 1 - 8 of 8) 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...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 258 String gc_count = Debug.getRuntimeStat("art.gc.gc-count");
259 String gc_time = Debug.getRuntimeStat("art.gc.gc-time");
260 String bytes_allocated = Debug.getRuntimeStat("art.gc.bytes-allocated");
261 String bytes_freed = Debug.getRuntimeStat("art.gc.bytes-freed");
262 String blocking_gc_count = Debug.getRuntimeStat("art.gc.blocking-gc-count");
263 String blocking_gc_time = Debug.getRuntimeStat("art.gc.blocking-gc-time");
264 String gc_count_rate_histogram = Debug.getRuntimeStat("art.gc.gc-count-rate-histogram");
266 Debug.getRuntimeStat("art.gc.blocking-gc-count-rate-histogram");
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 412 /* Map from the names of the runtime stats supported by getRuntimeStat() to their IDs */
434 public static String getRuntimeStat(String statName) {
447 * 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 223 milliseconds