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>
This commit is contained in:
Kandula, Venkateshwar reddy
2024-12-05 13:37:23 -06:00
committed by GitHub
parent 2dc3a5ae95
commit e77db42d53
4 changed files with 100 additions and 23 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ generate_csv(const output_config&
"Agent_Id",
"Queue_Id",
"Thread_Id",
"Alloc_flags",
"Alloc_Flags",
"Start_Timestamp",
"End_Timestamp",
}};