using valgrind at specific point while running program -
i want use valrgind @ specific time while program running. example, when use -o3 take 0.5 hours reach desired point. when use -g -ggdb take 2.5 hours reach desired point. 
now if use valgrind -g -ggdb, program extremely slow , can not predict when reach desired point.
what should do?
 
 
  
Comments
Post a Comment