Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.15 KB

index.rst

File metadata and controls

49 lines (36 loc) · 1.15 KB

Welcome to VizTracer's documentation!

VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code to help you intuitively understand your code and figure out the time consuming part of your code.

VizTracer can display every function executed and the corresponding entry/exit time from the beginning of the program to the end, which is helpful for programmers to catch sporadic performance issues.

installation basic_usage global_tracer limitations

filter custom_event_intro extra_log concurrency remote_attach plugins

viztracer custom_event decorator viz_plugin

contact license