1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Introduction
============
.. include:: intro.rst
Quick Links
===========
**Download pympler**: https://pypi.org/project/Pympler
**File a bug report**: https://github.com/pympler/pympler/issues
**Check out repository**: https://github.com/pympler/pympler
Table of Content
================
* :ref:`asizeof` - A description of the `asizeof` module.
* :ref:`classtracker` - A description of the `ClassTracker` facility.
* :ref:`muppy` - A description of the `muppy` modules.
* :ref:`django` - How to use the Django debug toolbar memory panel.
* :ref:`pympler_library` - The library reference guide.
* :ref:`tutorials` - Pympler tutorials and usage examples.
* :ref:`related_work` - Other projects which deal which memory profiling in
Python are mentioned in the this section.
* :ref:`glossary` - A few basic terms used throughout the documentation.
* :doc:`Changes in Pympler </changes>`
* :ref:`copyright` - Last but not least ..
Also available are
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. toctree::
:maxdepth: 1
detailed_toc
|