ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
796 stars 46 forks source link

Have a way to tell the tracer to completely skip tracing in some cases #66

Open ionelmc opened 5 years ago

ionelmc commented 5 years ago

Python allows tracers to:

Hunter has some filters that could easily benefit from those (currently Hunter's always drills down):

There could we two ways to tackle this:

Ref #45.