Unified configuration for metrics (#726)
* Show description of metrics during analysis
* Use --include-cols Description show the Description column in analyze mode (this is hidden by default)
* Remove tips field from analysis config
* Align metric names in analysis config and documentation
* Add unified config utils/unified_config.yaml
* Add python script utils/split_config.py to auto generate analysis configuration and documentation metrics description
* Add test case to ensure unified config is older than auto-generated config
* Auto generate analysis config and documentation metrics description
* Update CONTRIBUTING.md to add instructions to build documentation assets
* Add docker image and compose file to build documentation
* Update CHANGELOG and Documentation
* Use jinja template instead of hardcoding metric tables in documentation
[ROCm/rocprofiler-compute commit: bb44e90b2d]
Tento commit je obsažen v:
@@ -46,108 +46,13 @@ processor’s metrics therefore are focused on reporting, for example:
|
||||
Command processor fetcher (CPF)
|
||||
===============================
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
|
||||
* - Metric
|
||||
|
||||
- Description
|
||||
|
||||
- Unit
|
||||
|
||||
* - CPF Utilization
|
||||
|
||||
- Percent of total cycles where the CPF was busy actively doing any work.
|
||||
The ratio of CPF busy cycles over total cycles counted by the CPF.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPF Stall
|
||||
|
||||
- Percent of CPF busy cycles where the CPF was stalled for any reason.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPF-L2 Utilization
|
||||
|
||||
- Percent of total cycles counted by the CPF-:doc:`L2 <l2-cache>` interface
|
||||
where the CPF-L2 interface was active doing any work. The ratio of CPF-L2
|
||||
busy cycles over total cycles counted by the CPF-L2.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPF-L2 Stall
|
||||
|
||||
- Percent of CPF-:doc:`L2 <l2-cache>` L2 busy cycles where the CPF-L2
|
||||
interface was stalled for any reason.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPF-UTCL1 Stall
|
||||
|
||||
- Percent of CPF busy cycles where the CPF was stalled by address
|
||||
translation.
|
||||
|
||||
- Percent
|
||||
.. jinja:: cpf-metrics
|
||||
:file: _templates/metrics_table.j2
|
||||
|
||||
.. _cpc-metrics:
|
||||
|
||||
Command processor packet processor (CPC)
|
||||
========================================
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
|
||||
* - Metric
|
||||
|
||||
- Description
|
||||
|
||||
- Unit
|
||||
|
||||
* - CPC Utilization
|
||||
|
||||
- Percent of total cycles where the CPC was busy actively doing any work.
|
||||
The ratio of CPC busy cycles over total cycles counted by the CPC.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPC Stall
|
||||
|
||||
- Percent of CPC busy cycles where the CPC was stalled for any reason.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPC Packet Decoding Utilization
|
||||
|
||||
- Percent of CPC busy cycles spent decoding commands for processing.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPC-Workgroup Manager Utilization
|
||||
|
||||
- Percent of CPC busy cycles spent dispatching workgroups to the
|
||||
:ref:`workgroup manager <desc-spi>`.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPC-L2 Utilization
|
||||
|
||||
- Percent of total cycles counted by the CPC-:doc:`L2 <l2-cache>` interface
|
||||
where the CPC-L2 interface was active doing any work.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPC-UTCL1 Stall
|
||||
|
||||
- Percent of CPC busy cycles where the CPC was stalled by address
|
||||
translation.
|
||||
|
||||
- Percent
|
||||
|
||||
* - CPC-UTCL2 Utilization
|
||||
|
||||
- Percent of total cycles counted by the CPC's :doc:`L2 <l2-cache>` address
|
||||
translation interface where the CPC was busy doing address translation
|
||||
work.
|
||||
|
||||
- Percent
|
||||
.. jinja:: cpc-metrics
|
||||
:file: _templates/metrics_table.j2
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele