Updating rocprofv3 doc for pc sampling beta option (#59)

* Updating rocprofv3 doc for pc sampling beta option

* Update source/docs/rocprofv3_input_schema.json

* Update using-rocprofv3.rst

---------

Co-authored-by: Elwazir, Ammar <Ammar.Elwazir@amd.com>
This commit is contained in:
Nagaraj, Sriraksha
2024-12-06 17:41:28 -06:00
committed by GitHub
parent a09eda05b2
commit c509fe799d
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -161,6 +161,10 @@ Here is the sample of commonly used ``rocprofv3`` command-line options. Some opt
* - ``--perfetto-shmem-size-hint KB``
- Perfetto shared memory size hint in KB. default: 64 KB
- Extension
* - ``--pc-sampling-beta-enabled``
- pc sampling support is in beta version
- This flag set the ROCPROFILER_PC_SAMPLING_BETA_ENABLED environment variable
* - ``--pc-sampling-method``
- Type of PC Sampling, currently only host trap method is supported
@@ -759,6 +763,8 @@ Properties
- **``pc_sampling_unit``** *(string)*: pc sampling unit.
- **``pc_sampling_method``** *(string)*: pc sampling method.
- **``pc_sampling_interval``** *(integer)*: pc sampling interval.
- **``pc-sampling-beta-enabled``** *(boolean)*: enable pc
sampling support; beta version.
.. code-block:: shell