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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -