Tagged Questions
3
votes
2answers
141 views
Does Valgrind have an API like Purify/Quantify that lets you disable data recording?
Something like this Purify/Quantify function:
quantify_stop_recording_data()
Thanks!