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

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to