[rocprofiler-compute][TUI] Add interactive metric description (#718)

This commit is contained in:
xuchen-amd
2025-08-25 15:53:55 -04:00
committed by GitHub
parent 9a02dae75f
commit 5c8b34ddf5
8 changed files with 177 additions and 242 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ PROJECT_NAME = "rocprofiler-compute"
HIDDEN_COLUMNS = ["coll_level"]
HIDDEN_COLUMNS_CLI = ["Description", "coll_level"]
HIDDEN_COLUMNS_TUI = ["Description", "coll_level"]
HIDDEN_COLUMNS_TUI = ["coll_level"]
HIDDEN_SECTIONS = [1900, 2000]
TIME_UNITS = {"s": 10**9, "ms": 10**6, "us": 10**3, "ns": 1}