LICENSE
MANIFEST.in
README.md
setup.py
examples/example_pytorch.py
examples/example_tensorflow.py
memoraith/__init__.py
memoraith/cli.py
memoraith/config.py
memoraith/exceptions.py
memoraith/logging_config.py
memoraith/profiler.py
memoraith.egg-info/PKG-INFO
memoraith.egg-info/SOURCES.txt
memoraith.egg-info/dependency_links.txt
memoraith.egg-info/requires.txt
memoraith.egg-info/top_level.txt
memoraith/analysis/__init__.py
memoraith/analysis/analyzer.py
memoraith/analysis/anomaly_detection.py
memoraith/analysis/bottleneck.py
memoraith/analysis/metrics.py
memoraith/analysis/recommendations.py
memoraith/data_collection/__init__.py
memoraith/data_collection/cpu_memory.py
memoraith/data_collection/gpu_memory.py
memoraith/data_collection/resource_lock.py
memoraith/data_collection/time_tracking.py
memoraith/integration/__init__.py
memoraith/integration/common_utils.py
memoraith/integration/framework_adapter.py
memoraith/integration/pytorch_adapter.py
memoraith/integration/tensorflow_adapter.py
memoraith/reporting/__init__.py
memoraith/reporting/console_report.py
memoraith/reporting/export_utils.py
memoraith/reporting/report_generator.py
memoraith/templates/report_template.html
memoraith/visualization/__init__.py
memoraith/visualization/heatmap.py
memoraith/visualization/interactive_dashboard.py
memoraith/visualization/plot_memory.py
memoraith/visualization/plot_time.py
memoraith/visualization/real_time_visualizer.py
tests/__init__.py
tests/test_analyzer.py
tests/test_profiler.py