Currently cProfile is always imported, however it is only used if we're actually profiling performance which itself requires additional lines in default.py to be be uncommented. This PR comments out the import cProfile line and adds additional comments to highlight what needs uncommenting when profiling the script.
Fixes occasional issue on systems with incomplete Python default libraries.
Currently cProfile is always imported, however it is only used if we're actually profiling performance which itself requires additional lines in default.py to be be uncommented. This PR comments out the import cProfile line and adds additional comments to highlight what needs uncommenting when profiling the script.
Fixes occasional issue on systems with incomplete Python default libraries.