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:
committed by
GitHub
parent
2dc3a5ae95
commit
e77db42d53
@@ -647,7 +647,7 @@ generate_csv(const output_config&
|
||||
"Agent_Id",
|
||||
"Queue_Id",
|
||||
"Thread_Id",
|
||||
"Alloc_flags",
|
||||
"Alloc_Flags",
|
||||
"Start_Timestamp",
|
||||
"End_Timestamp",
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user