SWDEV-499989: Conversion Script to change counter collection output format from v3 to v1 (#107)

* SWDEV-499989: Add script to convert rocprofv3 counter collection output format to that of v1

* Add logging and argparsing

* Dropping duplicated counters in pmc multiple lines

* Adding test for conversion

* moving conversion script to test files

* copy conversion script from scripts folder

[ROCm/rocprofiler-sdk commit: c77596b703]
This commit is contained in:
Jakaraddi, Manjunath
2025-02-12 11:31:17 -08:00
committed by GitHub
parent 3a26de9e53
commit 0608bbb4db
7 changed files with 314 additions and 0 deletions
@@ -0,0 +1,5 @@
[pytest]
addopts = --durations=20 -rA -s -vv
testpaths = validate.py
pythonpath = @ROCPROFILER_SDK_TESTS_BINARY_DIR@/pytest-packages