All fillrate tests class. More...
#include <test_fill.h>
Public Member Functions | |
TestFill (int duration, int type, TScene *s) | |
Fillrate tests initialization. | |
void | SaveResults () |
Calculate average framerate and save results. | |
void | Run () |
Test run, counts FPS and increment time. | |
void | Animate () |
Test animation: increment animation variable and perform various animations. |
All fillrate tests class.
TestFill::TestFill | ( | int | _duration, | |
int | _type, | |||
TScene * | s | |||
) |
Fillrate tests initialization.
_duration | test duration | |
_type | test type | |
s | pointer to scene |