|
From: Betty W. <tx...@wm...> - 2004-09-16 03:18:37
|
Hello, all, I am new to valgrind. I have a qustion regarding to use valgrind to check data size. Suppose I have an application, would it be possible to use valgrind to check how much data this application is accessed? If so, how would I do this? Thanks! -- Betty |
|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2004-09-16 08:00:12
|
Hi, > I am new to valgrind. I have a qustion regarding to use valgrind to > check data size. Suppose I have an application, would it be possible to > use valgrind to check how much data this application is accessed? If > so, how would I do this? What do you mean exactly by "how much data"? How much data is read/written to/from files? How much memory is allocated? Dimitri |