Separating latency report for read and write requests #104
Replies: 2 comments 2 replies
-
If you print memory traces with |
Beta Was this translation helpful? Give feedback.
-
The solution should be creating two different tracers with different trace filters. See here for the filter. https://github.com/sarchlab/mgpusim/blob/v3/samples/runner/report.go#L180. You can try to print the task and see what information is available in the filter. But I think the I have also updated the related parts in the Akita book. https://www.notion.so/syifan/2-4-Hooking-and-Tracing-Ongoing-0b947051beb74868a2a74de81bafe40c?pvs=4#12919baeaf86804ea2c3c1da13af059d. I hope it is helpful. |
Beta Was this translation helpful? Give feedback.
-
How can I distinguish the task time for read and write operations in
averagetimetracer.go
? And inmetrics.cvs
,req_average_latency
seems to be the average of all the latencies for a specific location?Beta Was this translation helpful? Give feedback.
All reactions