📝 Add docstrings to gpu-telemetry-cli
#317
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Docstrings generation was requested by @ilana-n.
The following files were modified:
aiperf/common/config/user_config.py
aiperf/common/enums/metric_enums.py
aiperf/common/messages/telemetry_messages.py
aiperf/common/models/telemetry_models.py
aiperf/common/protocols.py
aiperf/controller/system_controller.py
aiperf/exporters/console_metrics_exporter.py
aiperf/exporters/csv_exporter.py
aiperf/exporters/exporter_manager.py
aiperf/exporters/gpu_telemetry_console_exporter.py
aiperf/exporters/json_exporter.py
aiperf/gpu_telemetry/telemetry_data_collector.py
aiperf/gpu_telemetry/telemetry_manager.py
aiperf/metrics/base_metric.py
aiperf/metrics/base_telemetry_metric.py
aiperf/metrics/gpu_telemetry_types/energy_consumption_metric.py
aiperf/metrics/gpu_telemetry_types/gpu_memory_used_metric.py
aiperf/metrics/gpu_telemetry_types/gpu_power_usage_metric.py
aiperf/metrics/gpu_telemetry_types/gpu_temperature_metric.py
aiperf/metrics/gpu_telemetry_types/gpu_utilization_metric.py
aiperf/metrics/gpu_telemetry_types/memory_clock_frequency_metric.py
aiperf/metrics/gpu_telemetry_types/memory_temperature_metric.py
aiperf/metrics/gpu_telemetry_types/sm_clock_frequency_metric.py
aiperf/post_processors/telemetry_results_processor.py
aiperf/records/records_manager.py
tests/gpu_telemetry/conftest.py
tests/gpu_telemetry/test_telemetry_data_collector.py
These files were kept as they were
tests/gpu_telemetry/test_telemetry_models.py
These file types are not supported
pyproject.toml
ℹ️ Note