scorecard: flame graphs and documentation

Add `--flame` option to scorecard.py for generating flame graphs.
Add documentation in docs/internal/SCORECARD.md on how to use this.

Closes #17792
This commit is contained in:
Stefan Eissing 2025-07-01 12:19:28 +02:00 committed by Daniel Stenberg
parent 4ccf3a31f5
commit 51f933801e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 159 additions and 11 deletions

View file

@ -65,6 +65,7 @@ INTERNALDOCS = \
internals/NEW-PROTOCOL.md \
internals/PORTING.md \
internals/README.md \
internals/SCORECARD.md \
internals/SPLAY.md \
internals/STRPARSE.md \
internals/TLS-SESSIONS.md \