Login
From:
Blowfish
(Uncensored)
subscribe
How to Profile Your Python Script/Module
https://jdhao.github.io/2023/09/12/python_profiling_visualization/
links
backlinks
Roast topics
Find topics
Find it!
In my previous post, I shared how to profile a single function using line_profiler. In this post, I want to share how to profile Python script/module and visualize the profile stat to pinpoint the slow part of the code.