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:
committed by
GitHub
parent
b2ee1ece8f
commit
1c25f3920a
@@ -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