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

flame: fix folded formatting #2710

Merged
merged 1 commit into from Sep 5, 2023
Merged

flame: fix folded formatting #2710

merged 1 commit into from Sep 5, 2023

Commits on Sep 4, 2023

  1. flame: fix folded formatting

    ## Motivation
    
    The `.folded` format expects a `;`-separated list of the stack function,
    optionally followed up by a sample count.
    
    The implementation before this commit added a blank space after each `;`
    which made parsers, such as `inferno-flamegraph` mis-interpret the data.
    
    Furthermore, normally one wouldn't expect the filename and line-number
    in such stack trace.
    
    ## Solution
    
    Remove white-space between `;` for the generated file and remove
    filename and line-number by default.
    conectado committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    70fe55f View commit details
    Browse the repository at this point in the history