Skip to content
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

Check if the same stacktraces are merged together in .flamegraph files #21

Closed
kornilova203 opened this issue Jun 8, 2018 · 1 comment
Milestone

Comments

@kornilova203
Copy link
Owner

Maybe it should be done only when file is uploaded

@kornilova203 kornilova203 added this to the v0.8.1 milestone Jun 8, 2018
@kornilova203
Copy link
Owner Author

Stacktraces in .flamegraph files are not merged.
For example second line from following file will be ignored:

func() 5
func() 5

Flamegraph files may be preprocessed when they are uploaded so stacktraces may be merged.
But I suppose the best option is to convert .flamegraph to .cflamegraph files #30. Because it will save disc space and reduce visualisation time.
FlamegraphToCallTracesConverter then may be deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant