I have been following this tutorial for reference: http://valgrind.org/docs/manual/ms-manual.html
When I am using it to profile my Application Using the command: valgrind --tool=massif --time-unit=B ./run.o It finishes but does not produce any output file. Here is the log while running it using the mentioned command.
https://www.dropbox.com/s/yae78rm9wmdbph1/ValGring_massif_Log?dl=0
Kindly suggest why it won't produce a massif.out.xxxxx file ?