- cdac020 Fix ProguardMap line mapping by Sorin Basca · 2 years, 9 months ago
- 65a41b8 Update ahat version number to 1.7.2 by Sorin Basca · 2 years, 10 months ago
- 3cf5f2c Fix ahat parsing to allow leading whitespaces for comments by Sorin Basca · 3 years ago
- a95a6ea Remove unused module ahat-docs by ChihYao Chien · 3 years, 5 months ago
- d196f66 Rename setters to conform Android API guidelines by Nikita Iashchenko · 3 years, 8 months ago
- 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 3 years, 8 months ago
- 21dafaf Skip make targets that have missing dependencies when using ART prebuilts. by Martin Stjernholm · 3 years, 10 months ago
- 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 10 months ago
- 7c51d9d Hide Value class constructor by Aurimas Liutikas · 4 years, 2 months ago
- cd8ffcb Update ahat version number to 1.7.1 by Richard Uhler · 4 years, 3 months ago
- 193b696 Fix ahat tests by Calin Juravle · 4 years, 5 months ago
- 85438f2 Remove `create_stubs: false` from droiddoc by Liz Kammer · 4 years, 5 months ago
- b9e3480 Use uniform spelling for "placeholder" in AHAT. by Roland Levillain · 4 years, 5 months ago
- d73869a Switch to metalava for ahat docs by Liz Kammer · 4 years, 6 months ago
- cbd3799 Inclusive language fixes in AHAT. by Roland Levillain · 4 years, 5 months ago
- 928d28e Use boot image for all tests instead of core.art. by David Srbecky · 4 years, 9 months ago
- 6a8f8c5 Set build dependecy on hostdex explicity from ahat hprof dump by Victor Chang · 4 years, 8 months ago
- 2816cfc Remove unnecessary droiddoc args by Anton Hansson · 4 years, 8 months ago
- b4abe0a Limit visibility of ART libraries, binaries, and headers. by Martin Stjernholm · 6 years ago
- c94b44c Update ahat version number to 1.7 by Richard Uhler · 5 years ago
- ef1178a Prefix localhost with http:// in terminal output from server startup. by Robert Snoeberger · 5 years ago
- 8ac3dc5 Replace no_framework_libs: true with sdk_version: "core_platform" by Paul Duffin · 6 years ago
- 498019a Update ahat_api.txt by Tobias Thierer · 6 years ago
- d32f8aa Don't use framework libs for ahat-test-dump by Colin Cross · 6 years ago
- 069cafc Convert more of ahat to Android.bp by Colin Cross · 6 years ago
- 8812459 ahat: getImmediateDominator should not return the SuperRoot. by Richard Uhler · 6 years ago
- b086f52 ahat: Fix broken style sheet. by Richard Uhler · 6 years ago
- 11d5a25 Override Object#hashCode and add missing switch type. by Yifan Ji · 6 years ago
- bdc6241 Create module for ahat, fix API checking by Sasha Smundak · 6 years ago
- 8834699 Run ahat-test-dump with --no-compile by David Srbecky · 6 years ago
- 0776942 Fix ahat dependencies. by Vladimir Marko · 6 years ago
- 0326897 ART: Make ahat tests depend on the right dalvikvm by Andreas Gampe · 6 years ago
- 3bc7238 Annotate binder services and tokens. by Martijn Coenen · 6 years ago
- 4c498dd Annotate BinderProxy objects with their interface by Zimuzo · 6 years ago
- d86d281 Add option to view all instances of a class. by Richard Uhler · 7 years ago
- 77bb25b Merge "Remove ahat-test phony target." by Treehugger Robot · 6 years ago
- 09a262e Remove ahat-test phony target. by Richard Uhler · 6 years ago
- 26d828f Add TEST_MAPPING for ahat. by Richard Uhler · 6 years ago
- 8d2e114 Fix ahat test by Zimuzo · 6 years ago
- 42034d7 ahat-tests: Use LOCAL_TEST_CONFIG to set test config by nelsonli · 6 years ago
- efadbcd ahat: support java.lang.ref.Finalizer by Richard Uhler · 6 years ago
- 55a2789 Update ahat version number to 1.6 by Richard Uhler · 6 years ago
- eb5ff61 ahat: add support for parsing 0x0C HEAP DUMP record by Richard Uhler · 6 years ago
- 2fbc04d Add --retained option to ahat by Richard Uhler · 6 years ago
- e824a30 ahat: switch to using new dominators API by Richard Uhler · 6 years ago
- f125588 Merge "Add a more flexible Dominators API." by Treehugger Robot · 6 years ago
- e8c91f2 Merge "Add instances to sites after removing duplicate ids." by Treehugger Robot · 6 years ago
- 5618f06 Add a more flexible Dominators API. by Richard Uhler · 6 years ago
- eb53697 Add instances to sites after removing duplicate ids. by Richard Uhler · 6 years ago
- b957c89 Support heap dumps generated with HotSpotDiagnosticMXBean by Richard Uhler · 6 years ago
- f66c02b ahat: ignore duplicate instances with the same id by Richard Uhler · 6 years ago
- 0028ce0 Merge "Distinguish between soft/weak/phantom/etc references in ahat." by Treehugger Robot · 7 years ago
- 975cd09 Distinguish between soft/weak/phantom/etc references in ahat. by Richard Uhler · 7 years ago
- 629e7cf Annotate $classOverhead arrays. by Richard Uhler · 7 years ago
- 35ce0b7 Add progress bar to ahat. by Richard Uhler · 7 years ago
- baee150 Merge "Fix bug in Value.getBaseline()." by Treehugger Robot · 7 years ago
- 7d7457c Fix bug in Value.getBaseline(). by Richard Uhler · 7 years ago
- f3fa956 Add a suite tag to ahat unit tests by Julien Desprez · 7 years ago
- f83f83d Improve ahat dominators computation. by Richard Uhler · 7 years ago
- 26d465f Add a tradefed config for ahat's unit tests. by Richard Uhler · 7 years ago
- 75c6fca Ignore comment lines in proguard mapping. by Richard Uhler · 7 years ago
- d1f7097 Add Soong target for converting ahat droiddocs. by Nan Zhang · 7 years ago
- 096d3ae Ahat: Use art -d in tests by Andreas Gampe · 7 years ago
- 9354e0a Update ahat version number to 1.5 by Richard Uhler · 7 years ago
- e24847c Merge "Add javadoc for all public ahat API." by Treehugger Robot · 7 years ago
- b7732a3 Add javadoc for all public ahat API. by Richard Uhler · 7 years ago
- 32ca778 ahat: fix bug parsing ids with the high bit set. by Richard Uhler · 7 years ago
- 88aa690 Fix bug in proguard deobfuscation of file names. by Richard Uhler · 7 years ago
- 321b3ca Merge "Tighten up ahat public API." by Richard Uhler · 7 years ago
- 4536a23 Merge "Include ahat in the general-tests tradefed suite." by Pete Gillin · 7 years ago
- 0a85a95 Tighten up ahat public API. by Richard Uhler · 7 years ago
- 0b805e7 Include ahat in the general-tests tradefed suite. by Pete Gillin · 7 years ago
- 1b79bbc Fix bugs with strong versus weak reference paths. by Richard Uhler · 7 years ago
- 8674b91 Depend on dalvikvm64 directly instead of using ART_HOST_EXECUTABLES by Colin Cross · 7 years ago
- bf47bc5 ahat-tests: don't write to src directory during build by Colin Cross · 7 years ago
- c81bf0f Give even better error messages on failure to launch ahat. by Richard Uhler · 7 years ago
- 8cc2134 Reorganize ahat source directory layout. by Richard Uhler · 7 years ago
- baeedfe Merge "Use decode instead of parseLong for query params." by Richard Uhler · 7 years ago
- f167da7 Merge "Distinguish between weakly reachable and unreachable instances." by Richard Uhler · 7 years ago
- 82eeace Distinguish between weakly reachable and unreachable instances. by Richard Uhler · 7 years ago
- d94acef Revert "Don't show sizes with sample paths." by Richard Uhler · 7 years ago
- 455f552 Use decode instead of parseLong for query params. by Richard Uhler · 7 years ago
- 10e4b85 Update ahat version number to 1.4. by Richard Uhler · 7 years ago
- cdf68b1 Merge "Give better error messages on failure to launch ahat." by Richard Uhler · 7 years ago
- b880a8a Merge "Add support for parsing the ROOT_FINALIZING record." by Richard Uhler · 7 years ago
- 5316bb8 Give better error messages on failure to launch ahat. by Richard Uhler · 7 years ago
- e949f82 Add support for parsing the ROOT_FINALIZING record. by Richard Uhler · 7 years ago
- bdff6fe Don't build ahat tests with EMMA_INSTRUMENT. by Richard Uhler · 7 years ago
- d2c7516 Don't build ahat tests for mac. by Richard Uhler · 7 years ago
- 26a982a Remove last remaining guava dependencies. by Richard Uhler · 7 years ago
- a3b7cf0 Use a custom parser implementation instead of perflib. by Richard Uhler · 7 years ago
- 07f8abb Remove perflib-based native allocation registry identification. by Richard Uhler · 7 years ago
- 72f0ec7 ahat: Expand test coverage using static heap dumps. by Richard Uhler · 7 years ago
- a490555 Store instance fields and types with class objects. by Richard Uhler · 7 years ago
- 8d02c89 Remove findClass and mClasses from AhatSnapshot. by Richard Uhler · 7 years ago
- 21f89d2 Specialize Value types and make Value more type safe. by Richard Uhler · 7 years ago
- 8f0d9f1 Minor style cleanup of test-dump/Main.java. by Richard Uhler · 7 years ago
- 29c4bee Make Site ids be independent of instance ids. by Richard Uhler · 7 years ago
- 9a2e027 Remove unnecessary work in dominators computation. by Richard Uhler · 7 years ago
- e017aa3 ahat: show sample path through strong references. by Richard Uhler · 7 years ago