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

Make style settings for generated flamegraph configurable #16

Closed
13 tasks done
jonhoo opened this issue Feb 2, 2019 · 1 comment · Fixed by #100
Closed
13 tasks done

Make style settings for generated flamegraph configurable #16

jonhoo opened this issue Feb 2, 2019 · 1 comment · Fixed by #100
Labels
enhancement New feature or request good first issue Good for newcomers grab-bag Issues that cover multiple smaller issues help wanted Extra attention is needed

Comments

@jonhoo
Copy link
Owner

jonhoo commented Feb 2, 2019

flamegraph.pl has a lot of configuration arguments, and many of them are there mainly to change the style of the resulting flame graph. We'll leave color schemes do a different issue, but I'm talking about things like

  • imagewidth
  • frameheight
  • fonttype
  • fontsize
  • fontwidth
  • minwidth
  • nametype
  • countname
  • bgcolors (Full color support #32)
  • titletext
  • searchcolor
  • notestext
  • subtitletext

Individually, these should all be pretty easy to add in support for, so we should do it! Even smaller PRs that just add one or two of these are warmly welcome! Try to stick to the flamegraph.pl options where possible.

@jonhoo jonhoo added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 2, 2019
@jonhoo jonhoo added the grab-bag Issues that cover multiple smaller issues label Feb 25, 2019
@jonhoo jonhoo pinned this issue Mar 1, 2019
jonhoo added a commit to AnderEnder/inferno that referenced this issue Mar 13, 2019
This PR adds most of the styling options listed in jonhoo#16.
jonhoo pushed a commit that referenced this issue Mar 13, 2019
This PR adds most of the styling options listed in #16.
@jonhoo
Copy link
Owner Author

jonhoo commented Mar 13, 2019

A bunch of these just landed in #52 thanks to @AnderEnder!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers grab-bag Issues that cover multiple smaller issues help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant