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

add --total option. See https://github.com/brendangregg/FlameGraph/pu… #154

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 1, 2019

  1. add --total option. See brendangregg/FlameGraph#14 and jonhoo#17.

    The use case for this option is comparing multiple perf runs directly against one another. Specifying the # of samples to use for the total width means the individual rectangles in each graph can be directly compared to each other rather than being resized differently if one run finished more quickly than another.
    smitty3268 committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    73da14d View commit details
    Browse the repository at this point in the history
  2. add --total option. See brendangregg/FlameGraph#14 and jonhoo#17.

    The use case for this option is comparing multiple perf runs directly against one another. Specifying the # of samples to use for the total width means the individual rectangles in each graph can be directly compared to each other rather than being resized differently if one run finished more quickly than another.
    smitty3268 committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    7178a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03931dc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. fix formatting

    smitty3268 committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    41b0a6e View commit details
    Browse the repository at this point in the history
  2. fix formatting take 2

    smitty3268 committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    14f4168 View commit details
    Browse the repository at this point in the history