python3-pprofile

Line-granularity, deterministic and statistic Python 3 profiler

Description

Line granularity allows locating precisely where time is spent in code. Thread awareness automatically propagates profiling to all threads (all threads in statistic mode, or threads spawned by profiled code in deterministic mode).

Deterministic profiling gives precise measures, but at a large speed cost (best used on minimal test scenario).

Statistic profiling gives rough measure, but has an extremely low overhead (suitable for live code profiling).

Does not require marking methods to profile, allowing non-method profiling (module imports, class & function declarations and other module-level code).

This package installs the library for Python 3.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/vpelletier/pprofile


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-pprofile