gobhardw/swdev 479013 (#1014)

* test pr for ROCm sdk tests

* SWDEV-479013 doc updates

[ROCm/rocprofiler-sdk commit: 5bec9f66b6]
This commit is contained in:
Gopesh Bhardwaj
2024-08-13 23:35:12 +05:30
committed by GitHub
parent 02ba6d0cdc
commit ecdc81553c
11 changed files with 47 additions and 30 deletions
@@ -4,7 +4,7 @@ For the buffered approach, supported buffer record categories are enumerated in
## Overview
In buffered approach, callbacks are receieved for batches of records from an internal (background) thread.
In buffered approach, callbacks are received for batches of records from an internal (background) thread.
Supported buffered tracing services are enumerated in `rocprofiler_buffer_tracing_kind_t`. Configuring
a buffer tracing service requires the creation of a buffer. When the buffer is "flushed", either implicitly
or explicitly, a callback to the tool will be invoked which provides an array of one or more buffer records.