From: Philippe W. <phi...@sk...> - 2018-05-29 17:52:37
|
On Tue, 2018-05-29 at 08:49 +0000, Zwinkau Andreas (CC-AD/EYF1) wrote: > Hi > > We have a bunch of memory arrays which are used as communication queues between components. I want to count how much those queues are actually used by the components by counting the memory accesses. This should be possible with Valgrind, but it the actual tool has not been developed yet as far as I researched. Maybe somewhere something similar was done already? > You might look at exp-dhat or lackey tools, which both can track memory accesses. Philippe |