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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ dist/
|
||||
build/
|
||||
.venv/
|
||||
config/s5p.yaml
|
||||
*.prof
|
||||
|
||||
Reference in New Issue
Block a user