Skip to content

Commit d829eb6

Browse files
committed
clean up rocprofv3.py
1 parent 239c4c9 commit d829eb6

File tree

1 file changed

+0
-4
lines changed
  • projects/rocprofiler-sdk/tests/pytest-packages/tests

1 file changed

+0
-4
lines changed

projects/rocprofiler-sdk/tests/pytest-packages/tests/rocprofv3.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,11 +580,7 @@ def test_perfetto_hip_event_annotations(pftrace_data, pftrace_filename):
580580
not result.empty
581581
), "No HIP event annotations found - --annotate-args may be broken"
582582

583-
print(f"\n{len(result)} HIP event argument annotations found:")
584-
print(result.to_string())
585-
586583
# Validate the structure
587-
assert "slice_name" in result.columns
588584
assert "arg_name" in result.columns
589585
assert "arg_value" in result.columns
590586

0 commit comments

Comments
 (0)