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]
This commit is contained in:
Trowbridge, Ian
2025-04-16 13:07:44 -05:00
committed by GitHub
parent 9b26fd9c08
commit 63319faae4
2 changed files with 3 additions and 1 deletions
@@ -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.
@@ -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>