How to profile ide code?
-
Is it possible to profile line executions or function executions without adding much additional profiling code?
Best if data shows cpu time not just times of lines or functions executed so it is easy to detect bottleneck code.
Have tryed valgrind already. -
Hi,
Did you follow the Profiling Function Execution chapter of Qt Creator's documentation ?
-
What do you mean by "output absolute % of function usages" ?
-
@Q139 Sorry, but your explanation is really unclear. Do you mean CPU usage (like 10% of CPU time)?