Some final touches (pointers --> variables).
With this we've gone from:
ncalls tottime percall cumtime percall filename:lineno(function)
1 0.034 0.034 483.779 483.779 <string>:1(<module>)
to:
ncalls tottime percall cumtime percall filename:lineno(function)
1 0.041 0.041 31.006 31.006 <string>:1(<module>)
or a reduction of the runtime by 94%.
notbad.gif
This commit is contained in:
parent
dd42ca112d
commit
5444f33f04