alonho / pytrace

pytrace is a fast python tracer. it records function calls, arguments and return values. can be used for debugging and profiling.
Other
447 stars 21 forks source link

Trace only some methods #22

Open guettli opened 7 years ago

guettli commented 7 years ago

Hi,

is there a way to trace only some methods. In my use case I want to trace roughly 5 methods only.