b774f28181
* Remove grafana and mongodb integration * Remove grafana documentation assets * clarify changelog --------- Co-authored-by: Vignesh Edithal <Vignesh.Edithal@amd.com>
33 строки
1.1 KiB
ReStructuredText
33 строки
1.1 KiB
ReStructuredText
.. meta::
|
|
:description: How to use ROCm Compute Profiler's analyze mode
|
|
:keywords: ROCm Compute Profiler, ROCm, profiler, tool, Instinct, accelerator, AMD,
|
|
analysis, analyze mode
|
|
|
|
************
|
|
Analyze mode
|
|
************
|
|
|
|
ROCm Compute Profiler offers several ways to interact with the metrics it generates from
|
|
profiling. Your level of familiarity with the profiled application, computing
|
|
environment, and experience with ROCm Compute Profiler should inform the analysis method you
|
|
choose.
|
|
|
|
See the following sections to explore ROCm Compute Profiler's analysis and visualization
|
|
options.
|
|
|
|
* :doc:`cli`
|
|
* :doc:`standalone-gui`
|
|
* :doc:`tui`
|
|
|
|
.. note::
|
|
|
|
Analysis examples in this chapter borrow profiling results from the
|
|
``vcopy.cpp`` workload introduced in :ref:`profile-example` in the
|
|
previous chapter.
|
|
|
|
Unless otherwise noted, the performance analysis is done on the
|
|
:ref:`MI200 platform <def-soc>`.
|
|
|
|
Learn about profiling with ROCm Compute Profiler in :doc:`../profile/mode`. For an overview of
|
|
ROCm Compute Profiler's other modes, see :ref:`modes`.
|