panopticon
panopticon copied to clipboard
Python tracing module to visualize code execution.
Hi Kunal, Thanks for this library. I'm trying it out to trace some pytorch code after striking out on pytracing and functiontrace. One thing I noticed was that it created...
- Remove test framework specific dependencies in tests - Set up some configs to prevent stdout output in tests - Don't forget to update travis when I'm done - Add...
This should help observe garbage collection for generators, etc.
TSIA: Currently their timestamps aren't updated, which means they get elided.
For traces that start from a given stack it can be fairly confusing to see future frames with the right amount of detail. Mimic how probe does it and also...
Make it possible to show these values in a trace; and sane defaults for making them shorter. Add filters to allow capturing what's valuable without drowning in data.