CMU-SAFARI / DAMOV

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
75 stars 16 forks source link

Trace Generator for Detailed Application Analysis #31

Open apoorvaaaa5 opened 1 month ago

apoorvaaaa5 commented 1 month ago

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:

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.

Thank you!