I am absolutely new to profiling in QTCreator.
Here is what I am doing:
1) Set the build to Release mode
2) Analyze>QML Profiler>Start
It is showing error:
Even after retrying nothing happeningCode:
Could not connect to the in-process QML profiler. Do you want to retry?
3) Analyze>Valgrind Memory Analyzer>Start
error:
I checked physically,the executable file Grab is there in the above said directoryCode:
Analyzing memory of /home/hls/Grab-build-desktop-Qt_4_8_1_in_PATH__System__Release/Grab ** Error: "valgrind" could not be started: No such file or directory ** ** Analyzing finished **
4) Analyze>Valgrind Function profiler>Start
error:
I am using it in release mode only.Code:
You are trying to run the tool "Valgrind Function profiler" on an application in Debug mode.The tool is designed to be used in Release mode
I guess I am missing some configuration.Can someone tell what I am missing?