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

Populate PeriodType appropriately #17

Merged
merged 2 commits into from Aug 27, 2022
Merged

Commits on May 9, 2022

  1. Populate PeriodType appropriately

    PeriodType is intended to explain the kind of events between sampled
    occurrences. While not strictly required to be set, all the Go stdlib
    profilers populate it, and this patch sets it equivalent to the standard
    CPU profiles.
    brancz committed May 9, 2022
    Copy the full SHA
    8ee05ff View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. fix code duplication issue

    Having both toPprof and toProfile was an accident and the latter was
    dead code.
    felixge committed Aug 27, 2022
    Copy the full SHA
    0553e48 View commit details
    Browse the repository at this point in the history