OSDN Git Service

getRuntimeStat() support (ART).
authorHiroshi Yamauchi <yamauchi@google.com>
Thu, 2 Apr 2015 17:18:12 +0000 (10:18 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Mon, 13 Apr 2015 22:37:40 +0000 (15:37 -0700)
commita1c9f013c034fbddb9337cc5c7ecf0e5a8b77547
tree77a722cae515f6b3c7ea54f5b0fd2435682ae55b
parent67592a44cd5600b3c007b9215e3e5296a61118e8
getRuntimeStat() support (ART).

Export some runtime stats (currently GC stats) via
VMDebug.getRuntimeStat().

Added several new GC stats such as blocking GC counts and GC count
histograms.

Bug: 19825248
Change-Id: I8ece9ed241dc3982dfd983d7159090ba82940dce
runtime/base/histogram-inl.h
runtime/base/histogram.h
runtime/gc/heap.cc
runtime/gc/heap.h
runtime/gc/task_processor.cc
runtime/gc/task_processor.h
runtime/native/dalvik_system_VMDebug.cc
test/099-vmdebug/src/Main.java