pycallgraph2 icon indicating copy to clipboard operation
pycallgraph2 copied to clipboard

Switch to `sys.setprofile` and make stdlib detection more robust.

Open mjmdavis opened this issue 2 years ago • 0 comments

Switch to sys.setprofile which should help limit the number of times the tracer is invoked.

Make the stdlib detection more robust, which should help prevent the tracer for inadvertently filtering out non stdlib code.

mjmdavis avatar Feb 20 '22 22:02 mjmdavis