diff --git a/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/README.md b/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/README.md index 46da6566..328aa461 100644 --- a/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/README.md +++ b/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/README.md @@ -42,4 +42,8 @@ rocprofv3 --runtime-trace -- ./jacobi rocpd2pftrace -i -o ``` -and view the perfetto trace in a browser. +and view the perfetto trace in a browser. The trace should now have a track with your +ROCtx markers as shown in the figure below: + +

+ diff --git a/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/images/roctx_in_pftrace.png b/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/images/roctx_in_pftrace.png new file mode 100644 index 00000000..6f45f03c Binary files /dev/null and b/Pragma_Examples/OpenMP/Fortran/8_jacobi/3_jacobi_targetdata_markers/images/roctx_in_pftrace.png differ