|
From: Ransara W. <ran...@gm...> - 2018-06-12 13:15:58
|
Hi, When Valgrind tool memcheck + leak check all is used, how can I ask valgrind to show me errors only after a certain point ( valgind interactive mode OR start valgrind after a particular function call in the code ) until a certain point ( valgind interactive mode OR stop valgrind after a particular function call in the code ) ? Simply, my requirement is to test the code under valgrind only between two events. I do not want it to to be profiled from the start if the program to the termination of the program. How can I do this ? Any help / reference is highly appreciated ! Thanking you in Advance, Ransara -- http://www.linkedin.com/in/ransara http://ransara.blogspot.com |