caput.util.profiler#

Context managers for profiling the CPU and IO usage of code.

Classes#

IOUsage

A context manager that gives the amount of IO done.

PSUtilProfiler

A context manager that profiles using psutil.

Profiler

A context manager to profile a block of code using various profilers.