Update the scratch memory docs with the new allocation_size field (#685)

* Update the scratch memory docs with the new allocation_size field

* Address review comment

---------

Co-authored-by: Srihari <srihariu1@gmail.com>
This commit is contained in:
usrihari123
2025-08-28 17:37:06 +05:30
gecommit door GitHub
bovenliggende 1017532916
commit 2449bfd483
2 gewijzigde bestanden met toevoegingen van 18 en 4 verwijderingen
@@ -1,3 +1,17 @@
"Kind","Operation","Agent_Id","Queue_Id","Thread_Id","Alloc_Flags","Start_Timestamp","End_Timestamp"
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 4",1,113,0,1124926523146168,1124926554133606
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 4",1,113,0,1124926554522025,1124927132642186
"Kind","Operation","Agent_Id","Queue_Id","Thread_Id","Alloc_Flags","Start_Timestamp","End_Timestamp","Allocation_Size"
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 1",1,5007,1,932256089068634,932256089388582,173015040
"SCRATCH_MEMORY","SCRATCH_MEMORY_FREE","Agent 1",1,5007,1,932256090345618,932256090348789,0
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 1",1,5007,1,932256090411506,932256090623279,1131626496
"SCRATCH_MEMORY","SCRATCH_MEMORY_FREE","Agent 1",1,5007,1,932256093521432,932256093530990,0
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 1",1,5007,1,932256093595575,932256093602095,45056000
"SCRATCH_MEMORY","SCRATCH_MEMORY_FREE","Agent 1",1,5007,1,932256093902695,932256093906831,0
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 1",1,5007,1,932256093962398,932256093966689,67764224
"SCRATCH_MEMORY","SCRATCH_MEMORY_FREE","Agent 1",1,5007,1,932256094295337,932256094299259,0
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 1",1,5007,1,932256094404371,932256094408713,45056000
"SCRATCH_MEMORY","SCRATCH_MEMORY_FREE","Agent 1",1,5007,1,932256094685921,932256094689887,0
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 1",1,5007,1,932256094793960,932256094798362,1131626496
"SCRATCH_MEMORY","SCRATCH_MEMORY_FREE","Agent 1",1,5007,1,932256097416678,932256097426118,0
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 1",1,5007,1,932256097478295,932256097484647,1025024000
"SCRATCH_MEMORY","SCRATCH_MEMORY_FREE","Agent 1",1,5007,1,932256100066945,932256100076315,0
"SCRATCH_MEMORY","SCRATCH_MEMORY_ALLOC","Agent 1",1,5007,1,932256100125207,932256100131825,1025024000
"SCRATCH_MEMORY","SCRATCH_MEMORY_FREE","Agent 1",1,5007,1,932256102744204,932256102753599,0
1 Kind Operation Agent_Id Queue_Id Thread_Id Alloc_Flags Start_Timestamp End_Timestamp Allocation_Size
2 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC Agent 4 Agent 1 1 113 5007 0 1 1124926523146168 932256089068634 1124926554133606 932256089388582 173015040
3 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC SCRATCH_MEMORY_FREE Agent 4 Agent 1 1 113 5007 0 1 1124926554522025 932256090345618 1124927132642186 932256090348789 0
4 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC Agent 1 1 5007 1 932256090411506 932256090623279 1131626496
5 SCRATCH_MEMORY SCRATCH_MEMORY_FREE Agent 1 1 5007 1 932256093521432 932256093530990 0
6 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC Agent 1 1 5007 1 932256093595575 932256093602095 45056000
7 SCRATCH_MEMORY SCRATCH_MEMORY_FREE Agent 1 1 5007 1 932256093902695 932256093906831 0
8 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC Agent 1 1 5007 1 932256093962398 932256093966689 67764224
9 SCRATCH_MEMORY SCRATCH_MEMORY_FREE Agent 1 1 5007 1 932256094295337 932256094299259 0
10 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC Agent 1 1 5007 1 932256094404371 932256094408713 45056000
11 SCRATCH_MEMORY SCRATCH_MEMORY_FREE Agent 1 1 5007 1 932256094685921 932256094689887 0
12 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC Agent 1 1 5007 1 932256094793960 932256094798362 1131626496
13 SCRATCH_MEMORY SCRATCH_MEMORY_FREE Agent 1 1 5007 1 932256097416678 932256097426118 0
14 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC Agent 1 1 5007 1 932256097478295 932256097484647 1025024000
15 SCRATCH_MEMORY SCRATCH_MEMORY_FREE Agent 1 1 5007 1 932256100066945 932256100076315 0
16 SCRATCH_MEMORY SCRATCH_MEMORY_ALLOC Agent 1 1 5007 1 932256100125207 932256100131825 1025024000
17 SCRATCH_MEMORY SCRATCH_MEMORY_FREE Agent 1 1 5007 1 932256102744204 932256102753599 0
@@ -492,7 +492,7 @@ Here are the contents of ``scratch_memory_trace.csv`` file:
.. csv-table:: Scratch memory trace
:file: /data/scratch_memory_trace.csv
:widths: 10,10,10,10,10,10,20,20
:widths: 10,10,10,10,10,10,20,20,20
:header-rows: 1
For the description of the fields in the output file, see :ref:`output-file-fields`.