pprof icon indicating copy to clipboard operation
pprof copied to clipboard

Enable net/http/pprof handlers in pprof web UI.

Open aalexand opened this issue 6 months ago • 1 comments

This is so that pprof itself can be profiled when needed.

Tested: started the web UI, collected /debug/pprof/heap and /debug/pprof/profile profiles.

aalexand avatar Apr 28 '25 01:04 aalexand

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 66.86%. Comparing base (c28834a) to head (f0b2654).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #943      +/-   ##
==========================================
- Coverage   66.89%   66.86%   -0.03%     
==========================================
  Files          44       44              
  Lines        9849     9852       +3     
==========================================
  Hits         6588     6588              
- Misses       2822     2825       +3     
  Partials      439      439              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov-commenter avatar Apr 28 '25 01:04 codecov-commenter