LICENSE
README.md
pyproject.toml
inference_profiler/__init__.py
inference_profiler/__main__.py
inference_profiler/analysis.py
inference_profiler/charts.py
inference_profiler/cli.py
inference_profiler/collector.py
inference_profiler/config.py
inference_profiler/gpu_monitor.py
inference_profiler/metrics.py
inference_profiler/report.py
inference_profiler/runner.py
inference_profiler/scheduler.py
inference_profiler/timeline.py
inference_profiler/workload.py
inference_profiler.egg-info/PKG-INFO
inference_profiler.egg-info/SOURCES.txt
inference_profiler.egg-info/dependency_links.txt
inference_profiler.egg-info/entry_points.txt
inference_profiler.egg-info/requires.txt
inference_profiler.egg-info/top_level.txt
inference_profiler/templates/report.html.j2
tests/test_analysis.py
tests/test_collector.py
tests/test_config.py
tests/test_gpu_monitor.py
tests/test_integration.py
tests/test_metrics.py
tests/test_scheduler.py
tests/test_timeline.py
tests/test_workload.py