This package browser is in early development. Mind the rough edges.

python-pympler 1.0.1

Measure, monitor and analyze memory behavior

Pympler is a development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.

By pympling a Python application, detailed insight in the size and the lifetime of Python objects can be obtained. Undesirable or unexpected runtime behavior like memory bloat and other pymples can easily be identified.

A web profiling frontend exposes process statistics, garbage visualisation and class tracker statistics.

Installation

Install python-pympler 1.0.1 as follows:

guix install python-pympler@1.0.1

Or install the latest version:

guix install python-pympler

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.