summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-07-25 10:25:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-07-25 10:25:10 +0000
commit86d1db15332571f21bd588efed0de3384269a1c5 (patch)
tree3daf888f44d19593e0a3157945103553d6ad5abb
parent03ce1df8f9b1b8d207fc685fd084b96697a50182 (diff)
parent8b903b982223389f2264f7ed506ff8cef40c832e (diff)
Merge "Update ahat version number to 1.3."
-rw-r--r--tools/ahat/README.txt6
-rw-r--r--tools/ahat/src/manifest.txt2
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