Skip to content
Advertisement

Tag: cprofile

Python getting meaningful results from cProfile

I have a Python script in a file which takes just over 30 seconds to run. I am trying to profile it as I would like to cut down this time dramatically. I am trying to profile the script using cProfile, but essentially all it seems to be telling me is that yes, the main script took a long time

Advertisement