So far, when I want to inspect what might cause some sort of code to run faster compared to a very similar method, I'm using the dis
module. However, the further steps of comparing what the causes is basically adding/removing lines.
Is there a more sophisticated way of actually listing what the high-offenders are?