|
From: Dirk R. <dre...@ia...> - 2005-09-12 14:29:33
|
Hi Josef, On Sun, 2005-09-11 at 20:30 -0700, valgrind-users- re...@li... wrote: > > Aside from that, with VG, you could start your tool in non-instrument > mode, and switch to full instrumentation later, by invalidating VG's > translation cache. Thus your program first would run at speed of > "valgrind --tool=none". That sounds interesting, but for a slightly different reason. I'm trying to callgrind a program that takes quite a long time to initialize, and the initialization clutters up the profile. How do I start a program with none and switch to callgrind after the init phase? Thanks Dirk |