diff --git a/docs/nsys-profiling.md b/docs/nsys-profiling.md index df2574a4c5..5e97390050 100644 --- a/docs/nsys-profiling.md +++ b/docs/nsys-profiling.md @@ -100,7 +100,8 @@ To analyze the generated profile files, load the `.nsys-rep` files into the NVID Nsight Systems supports [multi-report view](https://docs.nvidia.com/nsight-systems/UserGuide/index.html#viewing-multiple-reports-in-the-same-timeline) functionality. If you open the profiles from different workers (e.g., `*policy_worker*.nsys-rep` and `*generation_worker*.nsys-rep`) in a single multi-report view, you can analyze the behavior of the end-to-end RL loop on the same timeline. -Pretraining loss curves + +![Nsys multi report view](./assets/nsys-multi-report-view.png) ## How We Patched Nsight Support in Ray