Memory Allocation Counter Track Shows Total Allocation (#71)

* Counter track for memory allocation is now a running sum showing total allocation

* Address review comments

* Update source/lib/output/generatePerfetto.cpp

Co-authored-by: Meserve, Mark <Mark.Meserve@amd.com>

* Updated to reflect review comments

* Fix compilation errors on CI

* remove braces on scalar

* Fix struct compilation issues

* Removed name_to_id for sanitizer

---------

Co-authored-by: Meserve, Mark <Mark.Meserve@amd.com>
Этот коммит содержится в:
Trowbridge, Ian
2025-02-12 12:59:53 -06:00
коммит произвёл GitHub
родитель 5d0b220c37
Коммит cc0c401615
10 изменённых файлов: 166 добавлений и 65 удалений
+1 -1
Просмотреть файл
@@ -482,7 +482,7 @@ generate_csv(const output_config&
api_name,
agent_info,
record.allocation_size,
rocprofiler::sdk::utility::as_hex(record.address.value, 16),
rocprofiler::sdk::utility::as_hex(record.address.handle, 16),
record.correlation_id.internal,
record.start_timestamp,
record.end_timestamp);