* test pr for ROCm sdk tests

* SWDEV-479013 doc updates
Этот коммит содержится в:
Gopesh Bhardwaj
2024-08-13 23:35:12 +05:30
коммит произвёл GitHub
родитель 0e0b37501c
Коммит 5bec9f66b6
11 изменённых файлов: 47 добавлений и 30 удалений
+1 -1
Просмотреть файл
@@ -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.