PDA

View Full Version : Benchmarking applications



aegis
11th August 2007, 13:46
Hi, i want to test a data-structure implementation i made, for its speed and space consumption.

So i was wondering how this thing can be done from inside QT....

wysota
11th August 2007, 13:49
You can use QTime and its elapsed() method or do it the proper way using a profiler.