LICENSE
README.md
pyproject.toml
setup.py
callflow_tracer/__init__.py
callflow_tracer/async_tracer.py
callflow_tracer/comparison.py
callflow_tracer/exporter.py
callflow_tracer/flamegraph.py
callflow_tracer/flamegraph_enhanced.py
callflow_tracer/jupyter.py
callflow_tracer/memory_leak_detector.py
callflow_tracer/memory_leak_visualizer.py
callflow_tracer/profiling.py
callflow_tracer/tracer.py
callflow_tracer.egg-info/PKG-INFO
callflow_tracer.egg-info/SOURCES.txt
callflow_tracer.egg-info/dependency_links.txt
callflow_tracer.egg-info/requires.txt
callflow_tracer.egg-info/top_level.txt
tests/test_async_tracing.py
tests/test_comparison_mode.py
tests/test_cprofile_fix.py
tests/test_cpu_profile_fix.py
tests/test_example.py
tests/test_final_ui.py
tests/test_flamegraph.py
tests/test_flamegraph_enhanced.py
tests/test_format_fix.py
tests/test_header_controls.py
tests/test_json_export.py
tests/test_jupyter_integration.py
tests/test_layout_fix.py
tests/test_memory_leak_detection.py
tests/test_module_filter.py
tests/test_no_filters.py
tests/test_profiling.py