diff options
| author | 2017-07-25 10:25:10 +0000 | |
|---|---|---|
| committer | 2017-07-25 10:25:10 +0000 | |
| commit | 86d1db15332571f21bd588efed0de3384269a1c5 (patch) | |
| tree | 3daf888f44d19593e0a3157945103553d6ad5abb | |
| parent | 03ce1df8f9b1b8d207fc685fd084b96697a50182 (diff) | |
| parent | 8b903b982223389f2264f7ed506ff8cef40c832e (diff) | |
Merge "Update ahat version number to 1.3."
| -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 |