PDA

View Full Version : How to calculate the excution time of my program in qt ?



ay
23rd September 2012, 14:06
i want to know the take it by my program to run..
Is there any function that calculate the time ?

Ashkan_s
23rd September 2012, 14:27
Maybe you can use QElapsedTimer::start() and QElapsedTimer::elapsed().