webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ANGLEPerfTest.h>
Public Member Functions | |
ANGLERenderTest (const std::string &name, const RenderTestParams &testParams) | |
~ANGLERenderTest () | |
virtual void | initializeBenchmark () |
virtual void | destroyBenchmark () |
virtual void | drawBenchmark ()=0 |
bool | popEvent (Event *event) |
OSWindow * | getWindow () |
![]() | |
ANGLEPerfTest (const std::string &name, const std::string &suffix) | |
virtual | ~ANGLEPerfTest () |
Protected Attributes | |
const RenderTestParams & | mTestParams |
![]() | |
std::string | mName |
std::string | mSuffix |
Timer * | mTimer |
double | mRunTimeSeconds |
Additional Inherited Members | |
![]() | |
void | run () |
void | printResult (const std::string &trace, double value, const std::string &units, bool important) const |
void | printResult (const std::string &trace, size_t value, const std::string &units, bool important) const |
double | normalizedTime (size_t value) const |
void | abortTest () |
unsigned int | getNumStepsPerformed () const |
![]() | |
Test () | |
ANGLERenderTest::ANGLERenderTest | ( | const std::string & | name, |
const RenderTestParams & | testParams | ||
) |
ANGLERenderTest::~ANGLERenderTest | ( | ) |
|
inlinevirtual |
Reimplemented in angle::TexturesBenchmark.
|
pure virtual |
Implemented in angle::TexturesBenchmark.
OSWindow * ANGLERenderTest::getWindow | ( | ) |
|
inlinevirtual |
Reimplemented in angle::TexturesBenchmark.
bool ANGLERenderTest::popEvent | ( | Event * | event | ) |
|
protected |