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
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
