Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit a175349

Browse files
authored
Update ROCm-Tools.rst
1 parent fe24842 commit a175349

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ROCm_Tools/ROCm-Tools.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Overview
1919
metrics/counters, HW traces and runtime API/activity traces. The tool consumes an input XML or text file with counters list or trace
2020
parameters and provides output profiling data and statistics in various formats as text, CSV and JSON traces. Google Chrome tracing
2121
can be used to visualize the JSON traces with runtime API/activity timelines and per kernel counters data.
22-
|
23-
**NOTE**: You must set the ‘PATH’ environment variable to the ROCM bin directory. This enables the profiler to find the correct ROCm setup and get ROCm info metadata. For example, *“export PATH=$PATH:/opt/rocm/bin”*.
22+
2423

2524
Profiling Modes
2625
***************
@@ -335,7 +334,7 @@ length and rate:
335334
Concurrent kernels
336335
++++++++++++++++++
337336

338-
Currently concurrent kernels profiling is not supported which is a
337+
Currently concurrent kernels profiling is not supported, which is a
339338
planned feature. Kernels are serialized.
340339

341340
Multi-processes profiling
@@ -357,15 +356,16 @@ Profiler errors are logged to global logs:
357356
3rd party visualization tools
358357
*****************************
359358

360-
‘rocprof’ is producing JSON trace compatible with Chrome Tracing, which
361-
is an internal trace visualization tool in Google Chrome.
362-
363-
Chrome tracing
364-
++++++++++++++
359+
‘rocprof’ produces JSON trace, which is compatible with Chrome Tracing. Chrome Tracing is an internal trace visualization tool in Google Chrome.
365360

366-
Good review can be found by the link:
361+
For more information about Chrome Tracing, see
367362
`https://aras-p.info/blog/2017/01/23/Chrome-Tracing-as-Profiler-Frontend/ <https://aras-p.info/blog/2017/01/23/Chrome-Tracing-as-Profiler-Frontend/>`__
368363

364+
Runtime Environment Setup
365+
****************************
366+
|
367+
You must set the ‘PATH’ environment variable to the ROCM bin directory. This enables the profiler to find the correct ROCm setup and get ROCm info metadata. For example, *“export PATH=$PATH:/opt/rocm/bin”*.
368+
369369
Command line options
370370
********************
371371

0 commit comments

Comments
 (0)