|
From: Sitos L. <sit...@gm...> - 2009-06-01 08:59:05
|
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? Thank you. Best regards, sitos |