|
rambrain
|
Derived performance test classes which take parameter types as template arguments. More...
#include <performanceTestClasses.h>
Public Member Functions | |
| performanceTest (const char *name) | |
| Create a new test object and register it for usage. More... | |
| virtual | ~performanceTest () |
| Cleanup. More... | |
Protected Attributes | |
| testParameter< T > | parameter |
Derived performance test classes which take parameter types as template arguments.
Definition at line 345 of file performanceTestClasses.h.
|
inline |
Create a new test object and register it for usage.
| name | Name of the test |
Definition at line 353 of file performanceTestClasses.h.
|
inlinevirtual |
Cleanup.
Definition at line 360 of file performanceTestClasses.h.
|
protected |
Definition at line 363 of file performanceTestClasses.h.