|
From: Irek S. <ij...@ii...> - 2005-10-05 22:43:08
|
I have a question on the massif tool. I am using Valgrind v. 2.2.0 on Fedora 3, Linux 2.6.10. When I run my program with Valgrind with the massif tool, I get this results: > ==5848== Total spacetime: 0 ms.B > ==5848== heap: (n/a) > ==5848== heap admin: (n/a) > ==5848== stack(s): 0% The file massif.5848.txt has: > Command: ./simone > > (No heap memory allocated) And the image massif.5848.ps has a blank plot. I used massif before with the same code and got some results. What am I doing wrong this time? Thanks for reading! Best, Irek |