|
From: Jonatan W. <jo...@vo...> - 2013-08-26 08:52:39
|
On 08/26/2013 10:00 AM, Mahmood Naderan wrote: > Thanks. To be honest, I didn't understand! > It seems that with these macros, I can insert them in the specific section of the code. However my problem is different. There are iterative functions. So I want to start valgrind after, say, 0.5 hours of execution to see what is going on. Sorry, don't think that's possible - valgrind has to run from the start... Since it's a VM after all. One thing I've done is to use multi-threading whenever possible - valgrind runs in multipe threads as well.. That can speed up the time for your program. /jaw |