-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add --chrome option #30
Comments
I think |
Hi @qpakzk, I'm glad to see you here and thanks for your suggestion. However, chrome trace viewer is timeline based but our heap profiling data doesn't keep the timeline history. We should keep accumulate the snapshot image of the heap profile data across the timeline. Do you have any good idea on that? |
@honggyukim I just ask whether similar features in |
The heap profiling data is a collection of many stack traces at some specific time so I think the timeline view is not suitable in this case. Thanks for your suggestion anyway! |
@qpakzk You might be interested in https://youtube.com/watch?v=HKQR7wVapgk&feature=shares. It explains about the difference between flame graph and flame chart whether they are timeline based or not. |
@honggyukim Thanks for your answer. |
Do you think it is necessary to add --chrome option for viewing heap trace info on the Chrome tracing similar to
uftrace dump --chrome
?The text was updated successfully, but these errors were encountered: