[CMake] ctest, valgrind callgrind

2011-11-10 Thread Arnaud Gelas
Hi all, I am trying to use callgrind with ctest to profile some component of a project. I have tried replacing MEMORYCHECK_COMMAND/usr/bin/valgrind by MEMORYCHECK_COMMAND/usr/bin/valgrind --tool=callgrind -v When I run ctest -D ExperimentalMemCheck with the first

Re: [CMake] ctest, valgrind callgrind

2011-11-10 Thread Kelly Thompson
] On Behalf Of Arnaud Gelas Sent: Thursday, November 10, 2011 2:11 PM To: cmake@cmake.org Subject: [CMake] ctest, valgrind callgrind Hi all, I am trying to use callgrind with ctest to profile some component of a project. I have tried replacing MEMORYCHECK_COMMAND/usr

Re: [CMake] ctest, valgrind callgrind

2011-11-10 Thread Arnaud Gelas
=callgrind -v ) Let us know if that works. -kt -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Arnaud Gelas Sent: Thursday, November 10, 2011 2:11 PM To: cmake@cmake.org Subject: [CMake] ctest, valgrind callgrind Hi all, I am trying