index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
ahat
/
test
Age
Commit message (
Expand
)
Author
2017-10-10
Reorganize ahat source directory layout.
Richard Uhler
2017-10-09
Distinguish between weakly reachable and unreachable instances.
Richard Uhler
2017-09-21
Remove last remaining guava dependencies.
Richard Uhler
2017-09-21
Use a custom parser implementation instead of perflib.
Richard Uhler
2017-09-21
ahat: Expand test coverage using static heap dumps.
Richard Uhler
2017-09-13
Remove findClass and mClasses from AhatSnapshot.
Richard Uhler
2017-09-13
Specialize Value types and make Value more type safe.
Richard Uhler
2017-09-13
Make Site ids be independent of instance ids.
Richard Uhler
2017-08-17
ahat: show sample path through strong references.
Richard Uhler
2017-07-20
ahat: Switch to a custom dominators implementation.
Richard Uhler
2017-06-23
ahat: Improve field diffing.
Richard Uhler
2017-05-25
Show RegisteredNativeAllocation sizes in ahat.
Richard Uhler
2017-02-20
Show unreachable objects in ahat.
Richard Uhler
2017-02-20
ahat: add support for diffing two heap dumps.
Richard Uhler
2017-02-20
Refactor ahat's perflib api.
Richard Uhler
2017-02-09
Fix hprof/ahat for string compression.
Vladimir Marko
2016-10-21
Add support for proguard deobfuscation.
Richard Uhler
2016-09-26
ahat: Show GC Root Paths.
Richard Uhler
2016-02-16
ahat: annotate char[] objects with their string values.
Richard Uhler
2016-01-22
Show registered native allocations in ahat.
Richard Uhler
2015-11-03
ahat: limit default number of results shown.
Richard Uhler
2015-11-03
Annotate References with their referent.
Richard Uhler
2015-10-26
Limit summary string lengths to 200 characters.
Richard Uhler
2015-10-01
Generate an hprof file to test ahat.
Richard Uhler
2015-08-25
ahat - An android heap dump viewer. Initial checkin.
Richard Uhler