Module to visualize where your python script is slow
It provides: Code lines that impact your code speed. Visualisation of slow code lines for quick fix. Python 3.9Require matplotlib.pyplot, numpy from speed_testpy import ScriptProfilerPy ScriptProfilerPy(filepath=”example_testfile.py”).Profiler()output > code_profile_output.png ‘Make a copy of your python script to prevent any issues. ‘Executing this script with same packages as your scrpt’s virtual environment. Your script will be executed as a standard python import Provide the python script pathThe module will insert datetime() variable at each non-indented line. Your code is opened, read and […]
Read more