complex tests class More...
#include <test_complex.h>
Public Member Functions | |
TestComplex (int duration, int type, TScene *s) | |
Complex 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. |
complex tests class
TestComplex::TestComplex | ( | int | _duration, | |
int | _type, | |||
TScene * | s | |||
) |
Complex tests initialization.
_duration | test duration | |
_type | test type | |
s | pointer to scene |