Fixing issue related to python support in CentOS 7

Change-Id: I296fda319ab82505e836a4179c95c3a1e444ae00


[ROCm/rocprofiler commit: 1be381d18c]
This commit is contained in:
Ammar ELWazir
2024-04-22 17:39:36 -05:00
parent e64e15aba4
commit c81c5cd89b
+1 -1
View File
@@ -40,7 +40,7 @@ class TraceData(ctypes.Structure):
]
class TraceDataTranslated:
def __init__(self, inst) -> None:
def __init__(self, inst):
self.type = inst.type
self.num_waves = inst.hitcount
self.cycles = inst.latency