History log of /art/tools/ahat/test-dump/Main.java
Revision Date Author Comments
7d3c7390a8cbeff12fe790e5d12da6e07cf8c298 03-May-2016 Richard Uhler <ruhler@google.com> Hold a ClassLoader reference in NativeAllocationRegistry.

So that the native library isn't unloaded before we have a chance to
call the freeFunction.

Bug: 28406866
Change-Id: Iafe4fdc68482b68a4b14d10880fa15dcbb65adf2
40398873dc4d91547c8d130b5641d271301ca700 11-Feb-2016 Richard Uhler <ruhler@google.com> ahat: annotate char[] objects with their string values.

Bug: 26987597
Change-Id: I1b0bf711c642f4b8a7fe56f0cd27496761db4147
(cherry picked from commit c7f7712a3808b8e3046eae8a4dbb7f6a7fc6faf2)
c7f7712a3808b8e3046eae8a4dbb7f6a7fc6faf2 11-Feb-2016 Richard Uhler <ruhler@google.com> ahat: annotate char[] objects with their string values.

Bug: 26987597
Change-Id: I1b0bf711c642f4b8a7fe56f0cd27496761db4147
1a5baaabcdd79997508c91f1d8b1cf8547c9d1cf 21-Dec-2015 Richard Uhler <ruhler@google.com> Show registered native allocations in ahat.

Bug: 23130675
Change-Id: I1d7f41a47a956b30611429b9bd395ec5f9580209
1af86f17dc9a47faf1c6cd7ccd23d248fdc615ab 29-Oct-2015 Richard Uhler <ruhler@google.com> ahat: limit default number of results shown.

Previously, ahat had performance issues rendering large pages. This
change causes ahat to limit the number results shown in large pages by
default, requiring the user to explicitly request more information if
they care about it.

Bug: 25114227
Change-Id: Ief67396be254be4c84e6971f5b903a701206e17b
b357730dd691e608f8a3d155330ab3763ce912cf 29-Oct-2015 Richard Uhler <ruhler@google.com> Annotate References with their referent.

Also, don't include annotations in an object's link. That way we can
distinguish between the object link and any links in the annotations.

Change-Id: I3fef3f5b2c343699f527cad9efa7c93a4b35a3a4
3524472e8f064dbd42e1a35d511a1efe36d2cbf2 11-Sep-2015 Richard Uhler <ruhler@google.com> Generate an hprof file to test ahat.

This change sets up the infrastructure to write test cases for ahat
that make use of an hprof file automatically generated from a sample
program.

Change-Id: Id11f656afb69c96a26655cc4caeb745ad844f431