Add buffer tracing header for rocdecode.hpp (#340)
* Add buffer tracing header for rocdecode.hpp * Add new line for formatting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user