Re: [Valgrind-users] Visualizing memory traces using valgrind

2013-04-11 Thread Andrew Clinton
tr...@student.ethz.ch wrote: Andrew Clinton ajcli...@gmail.com writes: I've been working on a new valgrind tool and graphical front end for visualizing memory traces and graphically representing program address space. It's becoming fairly complete - so I thought I'd post here to see

Re: [Valgrind-users] Visualizing memory traces using valgrind

2013-04-11 Thread Andrew Clinton
For logging, perhaps a record button that would record up to some fixed cache size and then auto-pause the program. To continue, the cache would need to be cleared. Data mining the trace is a great idea, a simple use case I was considering was to detect data stride / structure size to better

[Valgrind-users] Visualizing memory traces using valgrind

2013-04-09 Thread Andrew Clinton
I've been working on a new valgrind tool and graphical front end for visualizing memory traces and graphically representing program address space. It's becoming fairly complete - so I thought I'd post here to see if any valgrind users/developers are interested in testing. The source is hosted on