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

Timeline #55

Merged
merged 7 commits into from
Sep 10, 2024
Merged

Timeline #55

merged 7 commits into from
Sep 10, 2024

Commits on Sep 5, 2024

  1. Timeline

    Allow timestamps to be added to the samples as labels.
    With pprof this implies duplicating the samples.
    r1viollet committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0fd8140 View commit details
    Browse the repository at this point in the history
  2. Timeline

    - Add a timeline flag
    - Ensure process name is added as a label (to help with grouping)
    r1viollet committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a127bf1 View commit details
    Browse the repository at this point in the history
  3. Timeline avoid duplicating samples

    Add the list of timestamps to the sample's labels
    r1viollet committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ea5531d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d88ef1d View commit details
    Browse the repository at this point in the history
  5. Timeline - minor fixup

    Avoid a redundant nil check
    r1viollet committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9f11559 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c69b23b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ca49c0 View commit details
    Browse the repository at this point in the history