-
Notifications
You must be signed in to change notification settings - Fork 129
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
Top-heavy flamegraphs hide the subtitle #159
Comments
Interesting.. Is this also an issue in the original flamegraph implementation? |
Looks like:
|
Hmm, curious. Might be worth digging into where the difference in the final SVG lies. I'm pretty swamped these days, but would be happy to take a look at a PR! |
I'll see what I can do, thanks for the quick response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there's too long of a line at the top of the graph, the subtitle is hidden, probably because it ends up being covered up
For example:
If the top line is very long:
echo "hello 1" | inferno-flamegraph --subtitle "Hello! this is a subtitle" > regular.svg
If the top line is very long because it's an inverted graph:
cat flamegraph/test/results/perf-java-stacks-01-collapsed-pid.txt | inferno-flamegraph --subtitle "Hello! this is a subtitle" --inverted > inverted.svg
The text was updated successfully, but these errors were encountered: