LICENSE
MANIFEST.in
Makefile
README.md
setup.cfg
setup.py
pycallgraph2/__init__.py
pycallgraph2/color.py
pycallgraph2/config.py
pycallgraph2/decorators.py
pycallgraph2/exceptions.py
pycallgraph2/globbing_filter.py
pycallgraph2/grouper.py
pycallgraph2/memory_profiler.py
pycallgraph2/metadata.py
pycallgraph2/pycallgraph.py
pycallgraph2/tracer.py
pycallgraph2/util.py
pycallgraph2.egg-info/PKG-INFO
pycallgraph2.egg-info/SOURCES.txt
pycallgraph2.egg-info/dependency_links.txt
pycallgraph2.egg-info/top_level.txt
pycallgraph2/output/__init__.py
pycallgraph2/output/gephi.py
pycallgraph2/output/graphviz.py
pycallgraph2/output/output.py
pycallgraph2/output/pickle.py
pycallgraph2/output/ubigraph.py
scripts/pycallgraph
test/test_color.py
test/test_config.py
test/test_decorators.py
test/test_gephi.py
test/test_graphviz.py
test/test_output.py
test/test_pycallgraph.py
test/test_script.py
test/test_trace_processor.py
test/test_util.py