Improve --time-unit arg (#807)

This commit is contained in:
xuchen-amd
2025-07-24 12:15:52 -04:00
committed by GitHub
orang tua dbcaccb9de
melakukan 99a6e67bcc
12 mengubah file dengan 325 tambahan dan 22 penghapusan
+2
Melihat File
@@ -30,3 +30,5 @@ PROJECT_NAME = "rocprofiler-compute"
HIDDEN_COLUMNS = ["Tips", "coll_level"]
HIDDEN_SECTIONS = [400, 1900, 2000]
TIME_UNITS = {"s": 10**9, "ms": 10**6, "us": 10**3, "ns": 1}