diff options
| -rw-r--r-- | tools/ahat/README.txt | 6 | ||||
| -rw-r--r-- | tools/ahat/src/manifest.txt | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/ahat/README.txt b/tools/ahat/README.txt index 38556abff2..4471c0a7ec 100644 --- a/tools/ahat/README.txt +++ b/tools/ahat/README.txt @@ -75,7 +75,11 @@ Things to move to perflib: * Instance.isRoot and Instance.getRootTypes. Release History: - 1.3 Pending + 1.4 Pending + + 1.3 July 25, 2017 + Improve diffing of static and instance fields. + Improve startup performance by roughly 25%. 1.2 May 26, 2017 Show registered native sizes of objects. diff --git a/tools/ahat/src/manifest.txt b/tools/ahat/src/manifest.txt index c35ccf1cd3..d893c5e8ae 100644 --- a/tools/ahat/src/manifest.txt +++ b/tools/ahat/src/manifest.txt @@ -1,4 +1,4 @@ Name: ahat/ Implementation-Title: ahat -Implementation-Version: 1.2 +Implementation-Version: 1.3 Main-Class: com.android.ahat.Main |