TUI: Kernel Selection (#769)

This commit is contained in:
xuchen-amd
2025-08-01 11:31:43 -04:00
committed by GitHub
vanhempi 81daaaecc7
commit 9ddee8de2e
21 muutettua tiedostoa jossa 520 lisäystä ja 889 poistoa
+2
Näytä tiedosto
@@ -22,6 +22,7 @@
# SOFTWARE.
##############################################################################el
import re
from pathlib import Path
# NB: Creating a new module to share global vars across modules
@@ -30,6 +31,7 @@ PROJECT_NAME = "rocprofiler-compute"
HIDDEN_COLUMNS = ["coll_level"]
HIDDEN_COLUMNS_CLI = ["Description", "coll_level"]
HIDDEN_COLUMNS_TUI = ["Description", "coll_level"]
HIDDEN_SECTIONS = [400, 1900, 2000]
TIME_UNITS = {"s": 10**9, "ms": 10**6, "us": 10**3, "ns": 1}