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>

[ROCm/rocprofiler-sdk commit: c509fe799d]
Dieser Commit ist enthalten in:
Nagaraj, Sriraksha
2024-12-06 17:41:28 -06:00
committet von GitHub
Ursprung 0ed4441ca7
Commit fd9da7dc43
2 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
@@ -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
@@ -156,6 +156,10 @@
"pc_sampling_interval": {
"type": "integer",
"description": "pc sampling interval"
},
"pc-sampling-beta-enabled": {
"type": "boolean",
"description": "enable pc sampling support; beta version"
}
}
}