Add buffer tracing header for rocdecode.hpp (#340)

* Add buffer tracing header for rocdecode.hpp

* Add new line for formatting

[ROCm/rocprofiler-sdk commit: d7c903654e]
Этот коммит содержится в:
Trowbridge, Ian
2025-04-16 13:07:44 -05:00
коммит произвёл GitHub
родитель 9b26fd9c08
Коммит 63319faae4
2 изменённых файлов: 3 добавлений и 1 удалений
+2 -1
Просмотреть файл
@@ -5797,4 +5797,5 @@ SerializedAtomicRatio:
expression: TCP_ATOMIC_TAGCONFLICT_STALL_CYCLES_sum/TCP_GATE_EN1_sum
description: Ratio of cycles spent waiting on serialized atomic accesses caused by contention
(access to the same atomic) over total number of cycles spent on atomic operations. Values
greater than 0.10 indicate contention is high and might be worth addressing.
greater than 0.10 indicate contention is high and might be worth addressing.
+1
Просмотреть файл
@@ -34,6 +34,7 @@
# include <rocprofiler-sdk/rocdecode/details/rocparser.h>
#endif
#include <rocprofiler-sdk/buffer_tracing.h>
#include <rocprofiler-sdk/callback_tracing.h>
#include <cstdint>