History log of /art/tools/ahat/src/Value.java
Revision Date Author Comments
38f9eba1ad2094205410b47cd72ae3e4152c9432 11-Nov-2015 Richard Uhler <ruhler@google.com> Annotate root objects and show their types.

The summaries for root objects are now prefixed with "(root)" to show
they are roots, and the object's root types are listed in the object
view.

Bug: 23784153
Change-Id: Ib52ccb59cf0e3f28ac754c6caa564ebef34866ea
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
77ff54b5055ec55806069c8d026b102df29857b5 31-Aug-2015 Richard Uhler <ruhler@google.com> Limit summary string lengths to 200 characters.

Strings longer than 200 characters are now truncated and are shown
with a trailing "..." instead of an end quote. The number 200 was
chosen arbitrarily.

Bug: 23223379
Change-Id: I96d7c9d563026233ff5f4962245b4c276d776a58
c21e4e67861f38e2ebce3cce633d01fcb8de5f1f 01-Sep-2015 Richard Uhler <ruhler@google.com> Make format args explicit in DocString.

Previously it was not clear that passing a single argument to
DocString.text, DocString.append, or DocString.uri would be treated as
a format string. With this change, the 'text', 'append', and 'uri'
methods take literal strings, and the new 'format', 'appendFormat',
and 'formattedUri' methods take format strings.

Bug: 23782192
Change-Id: I9a094575f0831de6659033052305f918c71ac8b7
b730b78dac047c6d8ead93ad77605bcb7414f5ce 16-Jul-2015 Richard Uhler <ruhler@google.com> ahat - An android heap dump viewer. Initial checkin.

ahat is an android-aware heap dump viewer based on perflib with a
simple html interface.

Change-Id: I7c18a7603dbbe735f778a95cd047f4f9ec1705ef