TUI: Kernel Selection (#769)

[ROCm/rocprofiler-compute commit: 9ddee8de2e]
Este commit está contenido en:
xuchen-amd
2025-08-01 11:31:43 -04:00
cometido por GitHub
padre bf05f442b8
commit b6a7d72212
Se han modificado 21 ficheros con 520 adiciones y 889 borrados
+2
Ver fichero
@@ -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}