blob: f01ff75716307321dfd5313c98b8ff1a8196d27a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Guppy 3 is a fork of Guppy-PE, a Python Programming Environment & Heap analysis
toolset, created by Sverker Nilsson for Python 2.
This package contains the following subpackages:
etc - Support modules. Contains especially the Glue protocol module.
gsl - The Guppy Specification Language implementation. This can be used to
create documents and tests from a common source.
heapy - The heap analysis toolset. It can be used to find information about
the objects in the heap and display the information in various ways.
sets - Bitsets and 'nodesets' implemented in C.
|