Show information about resource consumption.
pytask profile [OPTIONS] [PATHS]# Show profiling information from previous successful runs.
pytask profile
# Export profiling information as JSON.
pytask profile --export json
# Export profiling information as CSV.
pytask profile --export csv--8<-- "docs/source/_static/md/commands/profile-arguments.md"
--8<-- "docs/source/_static/md/commands/profile-options.md"