|
From: Konstantin S. <kon...@gm...> - 2009-06-01 09:19:05
|
On Mon, Jun 1, 2009 at 12:59 PM, Sitos Lin <sit...@gm...> wrote: > Dear all: > The valgrind tool can instrument the program at the beginning of > execution by the command: valgrind .... However, how can I instrument > the running program? > Because I want to skip the initialization phase > of the program and only profile the main function of the program by > valgrind tool. I know Pin can instrument the running program with a > specific pid. Can valgrind do this? No. :( --kcc > Thank you. > Best regards, > sitos > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > > > |