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 option to profile dry-run using Stackprof #3141

Merged
merged 2 commits into from
Feb 15, 2021
Merged

Add option to profile dry-run using Stackprof #3141

merged 2 commits into from
Feb 15, 2021

Commits on Feb 15, 2021

  1. Add option to profile dry-run using Stackprof

    This makes it easy to figure out performance bottlenecks by analyzing
    where time is spent in a run. The trace can be visualized by running
    `stackprof --d3-flamegraph tmp/stackprof-2021-02-15-13:00.dump > tmp/flamegraph.html`
    and viewing that in a browser. For some reason the built in viewer did
    not work on my machine, but the d3-generated flamegraph has been clear
    enough for me.
    jurre committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    132f433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a325f View commit details
    Browse the repository at this point in the history