.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
PROJECT_STATUS.md
README.md
RELEASE_CHECKLIST.md
SECURITY.md
pyproject.toml
pytest.ini
requirements-ci-base.txt
requirements-dev.txt
requirements-test.txt
requirements.txt
setup.py
snapshot_report.html
.github/workflows/ci.yml
.github/workflows/release.yml
docs/api.md
docs/architecture.md
docs/article.md
docs/benchmark_harness.md
docs/cli.md
docs/compatibility_matrix.md
docs/conf.py
docs/cpu_compatibility.md
docs/examples.md
docs/gpu-profiler-1.png
docs/gpu-profiler-2.png
docs/gpu-profiler-overview.gif
docs/gpu-profiler-overview.mp4
docs/gpu_setup.md
docs/index.md
docs/installation.md
docs/pytorch_testing_guide.md
docs/requirements-rtd.txt
docs/telemetry_schema.md
docs/tensorflow_testing_guide.md
docs/testing.md
docs/troubleshooting.md
docs/tui.md
docs/usage.md
docs/benchmarks/v0.2_budgets.json
docs/examples/test_guides/README.md
docs/reference/api.rst
docs/reference/index.md
docs/schemas/telemetry_event_v2.schema.json
examples/advanced/__init__.py
examples/advanced/tracking_demo.py
examples/basic/__init__.py
examples/basic/pytorch_demo.py
examples/basic/tensorflow_demo.py
examples/cli/__init__.py
examples/cli/benchmark_harness.py
examples/cli/capability_matrix.py
examples/cli/quickstart.py
examples/common/__init__.py
examples/common/capability_matrix_utils.py
examples/common/cli.py
examples/common/device.py
examples/common/formatting.py
examples/common/summary.py
examples/common/tf_workflow.py
examples/common/torch_workflow.py
examples/scenarios/__init__.py
examples/scenarios/cpu_telemetry_scenario.py
examples/scenarios/mps_telemetry_scenario.py
examples/scenarios/oom_flight_recorder_scenario.py
examples/scenarios/tf_end_to_end_scenario.py
examples/test_guides/README.md
gpu_memory_profiler.egg-info/PKG-INFO
gpu_memory_profiler.egg-info/SOURCES.txt
gpu_memory_profiler.egg-info/dependency_links.txt
gpu_memory_profiler.egg-info/entry_points.txt
gpu_memory_profiler.egg-info/requires.txt
gpu_memory_profiler.egg-info/top_level.txt
gpumemprof/__init__.py
gpumemprof/_version.py
gpumemprof/analyzer.py
gpumemprof/cli.py
gpumemprof/context_profiler.py
gpumemprof/cpu_profiler.py
gpumemprof/device_collectors.py
gpumemprof/diagnose.py
gpumemprof/gap_analysis.py
gpumemprof/oom_flight_recorder.py
gpumemprof/profiler.py
gpumemprof/telemetry.py
gpumemprof/tracker.py
gpumemprof/utils.py
gpumemprof/visualizer.py
gpumemprof/tui/__init__.py
gpumemprof/tui/app.py
gpumemprof/tui/commands.py
gpumemprof/tui/monitor.py
gpumemprof/tui/profiles.py
tests/conftest.py
tests/gap_test_helpers.py
tests/test_benchmark_harness.py
tests/test_cli_diagnose.py
tests/test_cli_info.py
tests/test_cli_oom_flight_recorder.py
tests/test_core_profiler.py
tests/test_cpu_profiler.py
tests/test_device_collectors.py
tests/test_docs_regressions.py
tests/test_examples_scenarios.py
tests/test_gap_analysis.py
tests/test_oom_flight_recorder.py
tests/test_profiler.py
tests/test_profiler_regressions.py
tests/test_telemetry_v2.py
tests/test_tf_env.py
tests/test_tf_gap_analysis.py
tests/test_tf_telemetry_export.py
tests/test_tfmemprof_diagnose.py
tests/test_utils.py
tests/e2e/test_tui_pty.py
tests/tui/test_app_pilot.py
tests/tui/test_app_snapshots.py
tests/tui/test_monitor.py
tfmemprof/__init__.py
tfmemprof/analyzer.py
tfmemprof/cli.py
tfmemprof/context_profiler.py
tfmemprof/diagnose.py
tfmemprof/profiler.py
tfmemprof/tf_env.py
tfmemprof/tracker.py
tfmemprof/utils.py
tfmemprof/visualizer.py