Home
last modified time | relevance | path

Searched refs:DawnPerfTestBase (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp175 DawnPerfTestBase::DawnPerfTestBase(DawnTestBase* test, in DawnPerfTestBase() function in DawnPerfTestBase
184 DawnPerfTestBase::~DawnPerfTestBase() = default;
186 void DawnPerfTestBase::AbortTest() { in AbortTest()
190 void DawnPerfTestBase::RunTest() { in RunTest()
233 void DawnPerfTestBase::DoRunLoop(double maxRunTime) { in DoRunLoop()
287 void DawnPerfTestBase::OutputResults() { in OutputResults()
360 void DawnPerfTestBase::PrintPerIterationResultFromSeconds(const std::string& trace, in PrintPerIterationResultFromSeconds()
380 void DawnPerfTestBase::PrintResult(const std::string& trace, in PrintResult()
387 void DawnPerfTestBase::PrintResult(const std::string& trace, in PrintResult()
394 void DawnPerfTestBase::PrintResultImpl(const std::string& trace, in PrintResultImpl()
DDawnPerfTest.h57 class DawnPerfTestBase {
68 DawnPerfTestBase(DawnTestBase* test,
71 virtual ~DawnPerfTestBase();
112 class DawnPerfTestWithParams : public DawnTestWithParams<Params>, public DawnPerfTestBase {
116 DawnPerfTestBase(this, iterationsPerStep, maxStepsInFlight) { in DawnPerfTestWithParams()
/third_party/skia/third_party/externals/dawn/docs/
Dtesting.md19 …n together. The number of `iterationsPerStep` is provided to the constructor of `DawnPerfTestBase`.
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h269 friend class DawnPerfTestBase; variable