Rename csv output header for scratch memory trace from Alloc_flags to Alloc_Flags. (#12)

* rename csv output header for scratch memmory trace from Alloc_flags to Alloc_Flags.

* csv output tests for scratch memory trace.

* Check output lengths

---------

Co-authored-by: Mythreya <mythreya.kuricheti@amd.com>

[ROCm/rocprofiler-sdk commit: e77db42d53]
This commit is contained in:
Kandula, Venkateshwar reddy
2024-12-05 13:37:23 -06:00
committed by GitHub
parent b2ee1ece8f
commit 1c25f3920a
4 changed files with 100 additions and 23 deletions
@@ -647,7 +647,7 @@ generate_csv(const output_config&
"Agent_Id",
"Queue_Id",
"Thread_Id",
"Alloc_flags",
"Alloc_Flags",
"Start_Timestamp",
"End_Timestamp",
}};