Replies: 1 comment
-
I think both intel vtune and perf if you want a free tool can give you a grasp on the cache misses during execution. |
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
-
When we used ecs at that time, we always wanted to know how to plan components and system is the best choice, and the measurement standard is continuous access to memory.
So I would like to ask if there are any tools or techniques that can quantify this indicator.
For example: you can output all the memory access addresses of a piece of code and draw them into a chart, similar to this:
Or output the number of cache-misses during execution。
Beta Was this translation helpful? Give feedback.
All reactions