|
From: Milind <km...@gm...> - 2010-01-12 08:01:45
|
Hello VG developers, I have started exploring valgrind recently. I wanted to know if valgrind core keeps track of the CPU clock ticks. I want to record memory access pattern of my program. In that context, I wanted to record the CPU clock tick value at the time of memory access. I want to feed output of valgrind to DRAMsim which needs memory addr that is being accessed, access type (read, write, etc) and the cpu clock time value when the access is being done. Any pointers/links will help. Thanks, - Milind |