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>
Este commit está contenido en:
Baraldi, Giovanni
2025-06-18 14:10:18 +02:00
cometido por GitHub
padre 883a57ece7
commit 9dadbbace5
Se han modificado 2 ficheros con 14 adiciones y 4 borrados
+4
Ver fichero
@@ -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
------------------------------------