Hi

I am trying to use valgrind with callgrind tool for performance profiling. In my CMakeLists.txt file I have the following lines:

include(CTest)
set(CTEST_MEMORYCHECK_COMMAND_OPTIONS "--tool=callgrind --dump-instr=yes --simulate-cache=yes --collect-jumps=yes")
add_subdirectory(profile)

however, it seems that valgrind is not called with callgrind tool when using

ctest -D ExperimentalMemCheck

and no callgrind.out.* file is generated. Is there a way to rewrite the default options for valgrind command ?

thanks
Bogdan

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to