GeistHaus
log in · sign up

Python Profiling : Deterministic vs Statistical Profilers - Performance Engineering

pramodkumbhar.com

Different python profiling tools use different methodologies for gathering performance data and hence have different runtime overhead. Before choosing a profiler tool it is helpful to understand two commonly employed techniques for collecting performance data : Deterministic profiling Deterministic profilers execute trace functions at various points of interest (e.g. function call, function return) and record […]

0 pages link to this URL

No pages have linked to this URL yet.