From f087debe84d94dd29d1fb71420fa8aeb4c44e095 Mon Sep 17 00:00:00 2001 From: Manjunath P Jakaraddi Date: Mon, 28 Oct 2024 21:41:29 -0700 Subject: [PATCH] SWDEV-493402: Changing the header format for counter collection (#1148) * SWDEV-493402: Changing the header format for counter collection * Adding column widths --- source/docs/data/counter_collection.csv | 16 ++++++++-------- source/docs/how-to/using-rocprofv3.rst | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/docs/data/counter_collection.csv b/source/docs/data/counter_collection.csv index e9a2d24..35f181a 100644 --- a/source/docs/data/counter_collection.csv +++ b/source/docs/data/counter_collection.csv @@ -1,9 +1,9 @@ -"Correlation_Id","Dispatch_Id","Agent_Id","Queue_Id","Process_Id","Thread_Id","Grid_Size","Kernel_Id","Kernel_Name","Workgroup_Size","LDS_Block_Size","Scratch_Size","VGPR_Count","SGPR_Count","Counter_Name","Counter_Value" -1,1,1,1,19396,19396,1048576,16,"void addition_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384 -2,2,1,1,19396,19396,1048576,19,"subtract_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384 -5,5,1,2,19396,19396,1048576,16,"void addition_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384 -9,9,1,3,19396,19396,1048576,16,"void addition_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384 -13,13,1,4,19396,19396,1048576,16,"void addition_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384 -3,3,1,1,19396,19396,1048576,17,"multiply_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384 -6,6,1,2,19396,19396,1048576,19,"subtract_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384 +"Correlation_Id","Dispatch_Id","Agent_Id","Queue_Id","Process_Id","Thread_Id","Grid_Size","Kernel_Id","Kernel_Name","Workgroup_Size","LDS_Block_Size","Scratch_Size","VGPR_Count","SGPR_Count","Counter_Name","Counter_Value","Start_Timestamp","End_Timestamp" +1,1,1,1,19396,19396,1048576,16,"void addition_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384,2228955885095594,2228955885119754 +2,2,1,1,19396,19396,1048576,19,"subtract_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384,2228955885095594,2228955885119754 +5,5,1,2,19396,19396,1048576,16,"void addition_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384,2228955885095594,2228955885119754 +9,9,1,3,19396,19396,1048576,16,"void addition_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384,2228955885095594,2228955885119754 +13,13,1,4,19396,19396,1048576,16,"void addition_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384,2228955885095594,2228955885119754 +3,3,1,1,19396,19396,1048576,17,"multiply_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384,2228955885095594,2228955885119754 +6,6,1,2,19396,19396,1048576,19,"subtract_kernel(float*, float const*, float const*, int, int)",64,0,0,8,16,"SQ_WAVES",16384,2228955885095594,2228955885119754 diff --git a/source/docs/how-to/using-rocprofv3.rst b/source/docs/how-to/using-rocprofv3.rst index 3e9b04e..6d814e7 100644 --- a/source/docs/how-to/using-rocprofv3.rst +++ b/source/docs/how-to/using-rocprofv3.rst @@ -580,7 +580,7 @@ Here are the contents of ``counter_collection.csv`` file: .. csv-table:: Counter collection :file: /data/counter_collection.csv - :widths: 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 + :widths: 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 :header-rows: 1 For the description of the fields in the output file, see :ref:`output-file-fields`.