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]
This commit is contained in:
Nagaraj, Sriraksha
2024-12-06 17:41:28 -06:00
committed by GitHub
parent 0ed4441ca7
commit fd9da7dc43
2 changed files with 10 additions and 0 deletions
@@ -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"
}
}
}