feat: add --cprofile flag for performance profiling

Dumps cProfile stats to a file (default: s5p.prof) on exit.
View with: python -m pstats s5p.prof
This commit is contained in:
user
2026-02-15 03:39:36 +01:00
parent 57c78f5563
commit 57d2d87424
2 changed files with 17 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ dist/
build/
.venv/
config/s5p.yaml
*.prof