
Public Member Functions | |
| TestItem (const QString &d, int it) | |
| void | begin () |
| void | end () |
| QString | report () const |
| int | iterations () const |
| int | elapsed () const |
Private Attributes | |
| int | msecs |
| QString | desc |
| int | iter |
| QTime | timeKeeper |
|
||||||||||||
|
Definition at line 17 of file performancetest.cpp. |
|
|
Definition at line 21 of file performancetest.cpp. References QTime::start(), and timeKeeper. Referenced by alphaBlt(), bitBlt(), drawText(), and fillRect(). |
|
|
Definition at line 38 of file performancetest.cpp. References msecs. Referenced by PerformanceTest::doTest(). |
|
|
Definition at line 26 of file performancetest.cpp. References QTime::elapsed(), msecs, and timeKeeper. Referenced by alphaBlt(), bitBlt(), drawText(), and fillRect(). |
|
|
Definition at line 37 of file performancetest.cpp. References iter. |
|
|
Definition at line 31 of file performancetest.cpp. References QString::arg(), desc, iter, and msecs. Referenced by PerformanceTest::doTest(). |
|
|
Definition at line 42 of file performancetest.cpp. Referenced by report(). |
|
|
Definition at line 43 of file performancetest.cpp. Referenced by iterations(), and report(). |
|
|
Definition at line 41 of file performancetest.cpp. |
|
|
Definition at line 44 of file performancetest.cpp. |
1.4.2