csurfer / pyheatmagic

IPython magic command to profile and view your python code as a heat map.
MIT License
1.03k stars 23 forks source link

[Feature request] Ability to ignore some code portions #7

Open qwertpi opened 4 years ago

qwertpi commented 4 years ago

It would sometimes be desirable to omit a certain line of code or certain function from the heatmap, I'm thinking something along the lines of pylint's disable comments