Dev with Serdar
Learn coding in Python, Go and Rust from Serdar Yegulalp, software dev specialist and senior writer at InfoWorld.
Profile Python Functions With ZERO Extra Code
Overview
Ever wanted performance stats for just one function, or a few of them compared against each other? The third-party tprof library uses newer (3.12 and higher) Python profiling technology to garner runtime statistics about functions — and doesn't need you to edit your code to do it.


