DAMOV is a benchmark suite and a methodical framework targeting the study of data movement bottlenecks in modern applications. It is intended to study new architectures, such as near-data processing. Described by Oliveira et al. (preliminary version at https://arxiv.org/pdf/2105.03725.pdf)
Other
76
stars
18
forks
source link
Trace Generator for Detailed Application Analysis #31
I’m interested in learning more about the trace generator associated with simulation. Specifically, I would like to understand how to use it to gain insights into the application running on the system and to perform a fine-grain analysis.
Could you provide detailed information on:
The functionality of the trace generator.
How to configure it to capture detailed traces of application behavior.
Methods for analyzing these traces to obtain in-depth performance metrics.
Steps to get information regarding the instructions executed along with cycles taken by each instruction for host and pim config
Any additional resources or examples would be greatly appreciated.
Hello,
I’m interested in learning more about the trace generator associated with simulation. Specifically, I would like to understand how to use it to gain insights into the application running on the system and to perform a fine-grain analysis.
Could you provide detailed information on:
Any additional resources or examples would be greatly appreciated.
Thank you!