DEV Community

Damian Krystkiewicz
Damian Krystkiewicz

Posted on

Visualizing execution of Python code and profiling

Wouldn't it be amazing to see execution of Python code?

Image description

Reloadium displays progress of function frames and provides timing information during debugging.

The profiler only collects timing information from the lines within currently debugged function making it extremely optimized and lightweight solution for everyday use.

More details on the Github repo: https://github.com/reloadware/reloadium

Top comments (0)