Replies: 4 comments
-
Do you want to record the average latency on each L1 cache or the latency of each L1 cache transaction? |
Beta Was this translation helpful? Give feedback.
0 replies
-
the latency of each L1 cache transaction
Does it mean that I need to modify the code in AverageTimeTracer.go?
…On Thu, Jul 18, 2024 at 9:21 AM Yifan Sun ***@***.***> wrote:
Do you want to record the average latency on each L1 cache or the latency
of each L1 cache transaction?
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJG4ZS255XKQVMMEIDEXGGTZM4KB3AVCNFSM6AAAAABK7A3S72VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBXHA3TSOI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
That is a good place to add a print. Or you can just write a similar tracer on your own to prevent printing too many things. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the tip!
…On Thu, Jul 18, 2024 at 10:38 AM Yifan Sun ***@***.***> wrote:
That is a good place to add a print. Or you can just write a similar
tracer on your own to prevent printing too many things.
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJG4ZS4SZYR4JQROWIPDOMTZM4TC5AVCNFSM6AAAAABK7A3S72VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBXHEZTENI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can i print out the latency of each L1 cache access in the console while running benchmark? Where in the code should I make the change
Beta Was this translation helpful? Give feedback.
All reactions