Crazy Eddie's GUI System
${CEGUI_VERSION}
|
General structure of a performance test. More...
Inherited by DefaultWindowPerformanceTest, EventSetPerformanceTest, PropertySetStringPerformanceTest, PropertySetTypedPerformanceTest, WindowPerformanceTest< TWindow >, WindowPerformanceTest< CEGUI::ItemListbox >, WindowPerformanceTest< CEGUI::Listbox >, and WindowPerformanceTest< CEGUI::Tree >.
Public Member Functions | |
PerformanceTest (CEGUI::String test_name) | |
void | execute () |
Public Attributes | |
CEGUI::String | d_testName |
Protected Member Functions | |
virtual void | doTest ()=0 |
General structure of a performance test.
It will print to console the total running time in seconds, and output the result(s), by appending them in the performance-test-results.csv file.