Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 666 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 666 Bytes

pytracing

a python trace profiler that outputs to chrome trace-viewer format (about://tracing).

usage

from pytracing import TraceProfiler
tp = TraceProfiler(output=open('/tmp/trace.out', 'wb'))
with tp.traced():
  ...execute something here...

screenshots

click to view detail

click to view detail

selection and aggregate view

selection and aggregate view

zooming

zoom