panopticon icon indicating copy to clipboard operation
panopticon copied to clipboard

Python tracing module to visualize code execution.

Results 20 panopticon issues
Sort by recently updated
recently updated
newest added

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...

documentation
enhancement

This should help observe garbage collection for generators, etc.

enhancement

TSIA: Currently their timestamps aren't updated, which means they get elided.

enhancement

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...

enhancement

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.

enhancement