A small note to quick start with valgrind
Testing of an application with Valgrind takes enormous time to get that completed. But there are valuable information that are being printed when we have the possibilities for memory leaks.
To quick start the application under the valgrind, use the following syntax:
valgrind --leak-check=yes application arg1, arg2, ..
Testing of an application with Valgrind takes enormous time to get that completed. But there are valuable information that are being printed when we have the possibilities for memory leaks.
To quick start the application under the valgrind, use the following syntax:
valgrind --leak-check=yes application arg1, arg2, ..
No comments:
Post a Comment