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 ?
If you look in your log file you will see that Valgrind has crashed, and it explains why, and what you should do to fix it.
Use Valgrind's
memcheck
to fix your program and try again.