-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swiching to HAHA 2.0.2 / Perflib #219
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jul 19, 2015
pyricau
force-pushed
the
py/perflib
branch
6 times, most recently
from
July 20, 2015 06:05
7d7daa7
to
5bfc3dc
Compare
This was referenced Jul 20, 2015
pyricau
force-pushed
the
py/perflib
branch
3 times, most recently
from
July 21, 2015 21:25
3281537
to
baacbff
Compare
Closed
pyricau
changed the title
First spike at using PerfLib
Swiching to HAHA 2.0.2 / Perflib
Jul 22, 2015
* Switched to HAHA 2.0.2 which is based on perflib instead of MAT * AnalysisResult.failure is now a `Throwable` instead of an `Exception`. Main goal is to catch and correctly report OOMs while parsing. * Added ARRAY_ENTRY to LeakTraceElement.Type for references through array entries. * Huge speed improvements when performing the shortest path with excluded references: it's now tailored to our needs instead of doing it on a loop. * Renamed `ExcludedRefs` fields. * Each `ExcludedRef` entry can now be ignored entirely or "kept only if no other path". * Added support for ignoring all fields (static and non static) for a given class. * Improved the heap dump analyzer test and added a heap dump for M Preview 2. * Bumped version to 1.4-SNAPSHOT because this breaks the APIs.
pyricau
added a commit
that referenced
this pull request
Jul 22, 2015
Swiching to HAHA 2.0.2 / Perflib
Do you know when this fix will be in a release? |
+1. Have the same question. Without this fix , its almost unusable on Android M |
+1 |
Also here, official Android 6 the bug is present |
+1, Nexus 5, |
Yky
pushed a commit
to Yky/leakcanary
that referenced
this pull request
Feb 21, 2016
Swiching to HAHA 2.0.2 / Perflib
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Throwable
instead of anException
. Main goal is to catch and correctly report OOMs while parsing.ExcludedRefs
fields.ExcludedRef
entry can now be ignored entirely or "kept only if no other path".