-
Notifications
You must be signed in to change notification settings - Fork 126
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
Support of AsyncProfiler generated stack trace #183
Conversation
Codecov Report
@@ Coverage Diff @@
## master #183 +/- ##
==========================================
+ Coverage 90.53% 90.65% +0.11%
==========================================
Files 17 17
Lines 2293 2311 +18
==========================================
+ Hits 2076 2095 +19
+ Misses 217 216 -1
Continue to review full report at Codecov.
|
51a1044
to
a411e0f
Compare
d0018e2
to
1e6fbfe
Compare
@jonhoo, Async-profiler can produce raw output: traces or already collapsed. For this case I received a huge file with traces from async-profiler and I did not find a way to convert it to collapsed format. I made a dumb convertor. Do you think it would be valuable to put this convertor implementation into inferno tool set as well? |
Hmm, that's an interesting question.. I don't know enough about the Java async space to really say, but if it's a common enough format, it seems pretty reasonable to add |
1e6fbfe
to
4beb566
Compare
@jonhoo I asked my friend and did not received the straight answer: use cases are different. I think this question could be moved to an issue and if anyone will require this use case we can implement it. |
4beb566
to
921caa1
Compare
Released in 0.10.1. |
.
case to support correct behavior with another java tracesRelated: #26
Backport PR(idea): brendangregg/FlameGraph#234