Add perfetto support for counter collection
Fix endtimestamp for counter tracks Add fix for rocprofv3 counter collection tests Fix formats and refactors Added docs and addressed review comments Address more review comments.
This commit is contained in:
committed by
U, Srihari
parent
4dcb239872
commit
c9ca876b79
@@ -48,7 +48,9 @@ def test_perfetto_data(pftrace_data, json_data):
|
||||
import rocprofiler_sdk.tests.rocprofv3 as rocprofv3
|
||||
|
||||
rocprofv3.test_perfetto_data(
|
||||
pftrace_data, json_data, ("hip", "hsa", "marker", "kernel", "memory_copy")
|
||||
pftrace_data,
|
||||
json_data,
|
||||
("hip", "hsa", "marker", "kernel", "memory_copy", "counter_collection"),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user