Fix metrics description (#853)
* Fix ordering of metrics description
[ROCm/rocprofiler-compute commit: 6902b12e65]
This commit is contained in:
committed by
GitHub
orang tua
2cd1df0db7
melakukan
457b00ca12
@@ -137,7 +137,7 @@ def update_documentation():
|
||||
panel_config["metrics_description"].keys()
|
||||
)
|
||||
# Add metrics info
|
||||
for metric_name in metric_names:
|
||||
for metric_name in sorted(list(metric_names)):
|
||||
metrics_info[metric_name] = {
|
||||
"rst": panel_config["metrics_description"][metric_name]["rst"],
|
||||
"unit": panel_config["metrics_description"][metric_name]["unit"],
|
||||
|
||||
Reference in New Issue
Block a user