Adding doc links for trace decoder, aqlprofile and viewer (#464)

Adding interlinks for trace decoder, aqlprofile and viewer

Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>
Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com>

[ROCm/rocprofiler-sdk commit: 9dadbbace5]
This commit is contained in:
Baraldi, Giovanni
2025-06-18 14:10:18 +02:00
committato da GitHub
parent 8de9854a62
commit 0ea9dbf7a8
2 ha cambiato i file con 14 aggiunte e 4 eliminazioni
@@ -15,6 +15,10 @@ ROCprofiler-SDK provides wrapper APIs for the ROCprof Trace Decoder, a library t
Thread trace can generate large amounts of data, especially when profiling complex applications or longer execution runs. This might require handling potentially high volumes of trace data, so it’s recommended to implement appropriate filtering strategies to focus on the specific parts of interest in your application.
.. note::
ROCprof Trace Decoder is a binary-only library and can be found `here <https://github.com/ROCm/rocprof-trace-decoder/releases>`_.
Thread trace service API
------------------------------------