README.md
setup.py
hatchet/__init__.py
hatchet/frame.py
hatchet/graph.py
hatchet/graphframe.py
hatchet/node.py
hatchet/query_matcher.py
hatchet/version.py
hatchet.egg-info/PKG-INFO
hatchet.egg-info/SOURCES.txt
hatchet.egg-info/dependency_links.txt
hatchet.egg-info/requires.txt
hatchet.egg-info/top_level.txt
hatchet/cython_modules/graphframe_modules.c
hatchet/cython_modules/reader_modules.c
hatchet/cython_modules/libs/__init__.py
hatchet/external/__init__.py
hatchet/external/console.py
hatchet/readers/__init__.py
hatchet/readers/caliper_reader.py
hatchet/readers/cprofile_reader.py
hatchet/readers/gprof_dot_reader.py
hatchet/readers/hpctoolkit_reader.py
hatchet/readers/literal_reader.py
hatchet/readers/pyinstrument_reader.py
hatchet/readers/timemory_reader.py
hatchet/tests/caliper.py
hatchet/tests/callgrind.py
hatchet/tests/conftest.py
hatchet/tests/cprofile.py
hatchet/tests/dataframe_ops.py
hatchet/tests/executable.py
hatchet/tests/frame.py
hatchet/tests/graph.py
hatchet/tests/graph_literal.py
hatchet/tests/graph_ops.py
hatchet/tests/graphframe.py
hatchet/tests/hpctoolkit.py
hatchet/tests/node.py
hatchet/tests/profiler.py
hatchet/tests/pyinstrument.py
hatchet/tests/query.py
hatchet/tests/timemory_func.py
hatchet/tests/timemory_test.py
hatchet/util/__init__.py
hatchet/util/config.py
hatchet/util/deprecated.py
hatchet/util/dot.py
hatchet/util/executable.py
hatchet/util/profiler.py
hatchet/util/timer.py