History log of /art/tools/ahat/src/SitePrinter.java
Revision Date Author Comments
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
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