[Documentation] rocprofv3 attach/detach (#1108)

* Fixing typo in script

* updating docs

* updating docs

* updating docs

* Update projects/rocprofiler-sdk/source/docs/how-to/using-rocprofv3-process-attachment.rst

Co-authored-by: Mark Meserve <mark.meserve@amd.com>

* Update projects/rocprofiler-sdk/source/docs/how-to/using-rocprofv3-process-attachment.rst

Co-authored-by: Mark Meserve <mark.meserve@amd.com>

---------

Co-authored-by: Mark Meserve <mark.meserve@amd.com>
This commit is contained in:
Gopesh Bhardwaj
2025-10-07 13:17:55 +05:30
committed by GitHub
parent 952d1dabe2
commit da457c9a43
5 changed files with 101 additions and 50 deletions
@@ -233,7 +233,7 @@ For MPI applications (or other job launchers such as SLURM), place rocprofv3 ins
For attachment profiling of running processes:
$ rocprofv3 --attach <PID> --hip-trace --kernel-trace
$ rocprofv3 --attach 1234 --attach-duration 10 --hsa-trace
$ rocprofv3 --attach 1234 --attach-duration-msec 10 --hsa-trace
"""