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

feat: port collect-profiles.sh to 'ipfs diag profile' #8786

Merged
merged 4 commits into from
Apr 12, 2022

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    55aac0a View commit details
    Browse the repository at this point in the history
  2. feat: add more profiles to 'ipfs diag profile'

    This adds mutex and block profiles, and brings the command up-to-par
    with 'collect-profiles.sh', so that we can remove it.
    
    Profiles are also now collected concurrently, which improves the
    runtime from (profile_time * num_profiles) to just (profile_time).
    
    Note that this has a backwards-incompatible change, removing
    --cpu-profile-time in favor of the more general --profile-time, which
    covers all sampling profiles.
    guseggert authored and lidel committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7200592 View commit details
    Browse the repository at this point in the history
  3. docs(cli): ipfs diag profile

    lidel committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    defc2ca View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    f5c7624 View commit details
    Browse the repository at this point in the history