ProfileScripts
To profile CPU usage and execution times, run your script with the command format: python -m cProfile -o [output_file.name][SCRIPT] [ARGS] Then run this with: python ProfileScripts.py -f [output_file.name][-s] [-t]
To profile memory (RAM) usage, run your script with the command format: python -m memory_profiler [SCRIPT][ARGS] > output_file.name