.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
STYLE_GUIDE.md
pyproject.toml
pytest.ini
requirements-ci-base.txt
requirements-ci-lint.in
requirements-ci-lint.txt
requirements-dev.txt
requirements-test.txt
requirements.txt
setup.py
.github/dependabot.yml
.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/issue_fingerprinting.md
docs/jax_testing_guide.md
docs/pytorch_testing_guide.md
docs/query_layer.md
docs/requirements-rtd.txt
docs/telemetry_projection.md
docs/telemetry_schema.md
docs/tensorflow_testing_guide.md
docs/testing.md
docs/troubleshooting.md
docs/tui-cli-actions-current.png
docs/tui-cli-actions-current.svg
docs/tui-diagnostics-current.png
docs/tui-diagnostics-current.svg
docs/tui-monitoring-current.png
docs/tui-monitoring-current.svg
docs/tui-overview-current.png
docs/tui-overview-current.svg
docs/tui-visualizations-current.png
docs/tui-visualizations-current.svg
docs/tui.md
docs/usage.md
docs/benchmarks/v0.2_budgets.json
docs/benchmarks/v0.3_baseline.json
docs/benchmarks/v0.3_tolerances.json
docs/benchmarks/v0.4_baseline.json
docs/benchmarks/v0.4_operating_budget.json
docs/benchmarks/v0.4_tolerances.json
docs/cookbook/always_on.md
docs/cookbook/ci_release.md
docs/cookbook/distributed.md
docs/cookbook/incidents.md
docs/cookbook/index.md
docs/cookbook/jax.md
docs/cookbook/pytorch.md
docs/cookbook/tensorflow.md
docs/cookbook/assets/cuda_native_history_active_table.png
docs/cookbook/assets/cuda_native_history_segments.png
docs/cookbook/assets/cuda_native_history_timeline.png
docs/examples/test_guides/README.md
docs/reference/api.rst
docs/reference/index.md
docs/schemas/telemetry_event_v2.schema.json
docs/schemas/telemetry_event_v3.schema.json
examples/advanced/__init__.py
examples/advanced/phase_tracking_demo.py
examples/advanced/tracking_demo.py
examples/basic/__init__.py
examples/basic/cuda_native_history_demo.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/scenarios/torchrun_ddp_reference.py
examples/scenarios/wandb_training_smoke.py
examples/test_guides/README.md
stormlog/__init__.py
stormlog/analyzer.py
stormlog/attributed_viz.py
stormlog/cli.py
stormlog/collective_attribution.py
stormlog/collector_health.py
stormlog/context_profiler.py
stormlog/cpu_profiler.py
stormlog/cuda_native_debug.py
stormlog/derived_fields.py
stormlog/device_collectors.py
stormlog/diagnose.py
stormlog/distributed_analysis.py
stormlog/gap_analysis.py
stormlog/issues.py
stormlog/oom_flight_recorder.py
stormlog/profiler.py
stormlog/query.py
stormlog/query_cli.py
stormlog/release_version.py
stormlog/session.py
stormlog/telemetry.py
stormlog/telemetry_model.py
stormlog/telemetry_sink.py
stormlog/timeline_markers.py
stormlog/tracker.py
stormlog/utils.py
stormlog/visualizer.py
stormlog/wandb_integration.py
stormlog.egg-info/PKG-INFO
stormlog.egg-info/SOURCES.txt
stormlog.egg-info/dependency_links.txt
stormlog.egg-info/entry_points.txt
stormlog.egg-info/requires.txt
stormlog.egg-info/top_level.txt
stormlog/_wandb/__init__.py
stormlog/_wandb/attribution.py
stormlog/_wandb/core.py
stormlog/_wandb/dashboard.py
stormlog/_wandb/diagnose.py
stormlog/_wandb/tracking.py
stormlog/jax/__init__.py
stormlog/jax/analyzer.py
stormlog/jax/attributed_viz.py
stormlog/jax/cli.py
stormlog/jax/context_profiler.py
stormlog/jax/diagnose.py
stormlog/jax/jax_env.py
stormlog/jax/pprof_parser.py
stormlog/jax/profile_pb2.py
stormlog/jax/profiler.py
stormlog/jax/tracker.py
stormlog/jax/utils.py
stormlog/jax/visualizer.py
stormlog/phases/__init__.py
stormlog/phases/policy.py
stormlog/phases/replay.py
stormlog/phases/runtime.py
stormlog/tensorflow/__init__.py
stormlog/tensorflow/analyzer.py
stormlog/tensorflow/cli.py
stormlog/tensorflow/context_profiler.py
stormlog/tensorflow/diagnose.py
stormlog/tensorflow/profiler.py
stormlog/tensorflow/tf_env.py
stormlog/tensorflow/tracker.py
stormlog/tensorflow/utils.py
stormlog/tensorflow/visualizer.py
stormlog/tui/__init__.py
stormlog/tui/__main__.py
stormlog/tui/app.py
stormlog/tui/builders.py
stormlog/tui/commands.py
stormlog/tui/distributed_diagnostics.py
stormlog/tui/monitor.py
stormlog/tui/profiles.py
stormlog/tui/styles.py
stormlog/tui/workloads.py
stormlog/tui/widgets/__init__.py
stormlog/tui/widgets/panels.py
stormlog/tui/widgets/tables.py
stormlog/tui/widgets/timeline.py
stormlog/tui/widgets/welcome.py
tests/conftest.py
tests/gap_test_helpers.py
tests/jax_test_helpers.py
tests/test_benchmark_harness.py
tests/test_capability_matrix.py
tests/test_ci_workflow_contracts.py
tests/test_cli_analyze.py
tests/test_cli_diagnose.py
tests/test_cli_info.py
tests/test_cli_oom_flight_recorder.py
tests/test_collective_attribution.py
tests/test_collector_health.py
tests/test_core_profiler.py
tests/test_cpu_profiler.py
tests/test_cuda_native_debug.py
tests/test_dependabot_contracts.py
tests/test_derived_fields.py
tests/test_device_collectors.py
tests/test_distributed_analysis.py
tests/test_docs_regressions.py
tests/test_examples_scenarios.py
tests/test_gap_analysis.py
tests/test_import_hardening.py
tests/test_issues.py
tests/test_jax_analyzer.py
tests/test_jax_attributed_viz.py
tests/test_jax_cli.py
tests/test_jax_cli_coverage.py
tests/test_jax_cli_oom_flight_recorder.py
tests/test_jax_context_profiler.py
tests/test_jax_diagnose.py
tests/test_jax_import_hardening.py
tests/test_jax_init.py
tests/test_jax_profiler.py
tests/test_jax_tracker.py
tests/test_jax_tracker_coverage.py
tests/test_jax_utils.py
tests/test_jax_visualizer.py
tests/test_oom_flight_recorder.py
tests/test_packaging_contracts.py
tests/test_phases.py
tests/test_profiler.py
tests/test_profiler_regressions.py
tests/test_query.py
tests/test_query_cli.py
tests/test_release_version.py
tests/test_release_workflow_contracts.py
tests/test_session.py
tests/test_telemetry_model.py
tests/test_telemetry_sink.py
tests/test_telemetry_v2.py
tests/test_tf_benchmark_harness.py
tests/test_tf_env.py
tests/test_tf_gap_analysis.py
tests/test_tf_runtime_regressions.py
tests/test_tf_telemetry_export.py
tests/test_tfmemprof_diagnose.py
tests/test_timeline_markers.py
tests/test_tracker_input_guards.py
tests/test_tracker_resilience.py
tests/test_utils.py
tests/test_visualizer_cross_rank.py
tests/test_wandb_integration.py
tests/e2e/test_tui_pty.py
tests/tui/test_app_helpers.py
tests/tui/test_app_pilot.py
tests/tui/test_app_snapshots.py
tests/tui/test_distributed_diagnostics.py
tests/tui/test_monitor.py
tests/tui/test_timeline_widget.py
tests/tui/test_workloads.py