LICENSE
MANIFEST.in
Makefile
README.rst
setup.py
man/pycallgraph.1
pycallgraph/__init__.py
pycallgraph/color.py
pycallgraph/config.py
pycallgraph/exceptions.py
pycallgraph/globbing_filter.py
pycallgraph/memory_profiler.py
pycallgraph/metadata.py
pycallgraph/pycallgraph.py
pycallgraph/tracer.py
pycallgraph/util.py
pycallgraph.egg-info/PKG-INFO
pycallgraph.egg-info/SOURCES.txt
pycallgraph.egg-info/dependency_links.txt
pycallgraph.egg-info/top_level.txt
pycallgraph/output/__init__.py
pycallgraph/output/gephi.py
pycallgraph/output/graphviz.py
pycallgraph/output/output.py
pycallgraph/output/pickle.py
pycallgraph/output/ubigraph.py
scripts/pycallgraph
test/test_color.py
test/test_config.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