Fix for tests. Fix for merge conflict in buffered_output. (#34)

* Fix for tests. Fix for merge conflict in buffered_output.

* Formatting

---------

Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>

[ROCm/rocprofiler-sdk commit: 4a80ecbfb8]
This commit is contained in:
Baraldi, Giovanni
2024-12-03 21:00:36 +01:00
committed by GitHub
parent a50f80aaed
commit ba5500c356
2 changed files with 10 additions and 28 deletions
@@ -158,6 +158,6 @@ using memory_allocation_buffered_output_t =
domain_type::MEMORY_ALLOCATION>;
using counter_records_buffered_output_t =
::rocprofiler::tool::buffered_output<rocprofiler::tool::serialized_counter_record_t,
domain_type::COUNTER_COLLECTION>;
domain_type::COUNTER_VALUES>;
} // namespace tool
} // namespace rocprofiler