distinguish the memory access behaviors of benchmarks when they run concurrently #156
Unanswered
bigplanewangyue
asked this question in
Q&A
Replies: 1 comment
-
|
Could you explain slightly more about what you want to achieve? For example, at which level (L1 cache, TLB, DRAM) do you want to differentiate the source of the transaction? Also, for the time that is spent on each workload, how do you consider overlapped transactions? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running two benchmarks (e.g., Benchmark A and B) concurrently in a runner, how can I distinguish their distinct memory access behaviors—such as which addresses each benchmark accesses and how much time they spend on memory operations? I’ve attempted to do it but haven’t succeeded. Could you provide guidance?
Beta Was this translation helpful? Give feedback.
All reactions