|
From: Andrew C. <ajc...@gm...> - 2011-12-08 06:46:24
|
I'm working on a memory trace visualization tool, currently based on either Lackey or a simple modification of it that writes binary data rather than ascii. I'm wondering what would be the fastest and best supported way to export large volumes of online data from a valgrind tool to another process. My tests seem to show that shared memory is the best route, but due to the limited system library support in valgrind I was unable to port this interface into a tool. Any ideas? Andrew |