Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.h26 static std::shared_ptr<TestBase> GetPerformanceCpuCase(std::string caseName);
H A Dmy_xnode.cpp192 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformance()
H A Dmy_xcomponent.cpp266 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformanceCpu()
280 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformanceGpu()
H A Dtestcasefactory.cpp543 std::shared_ptr<TestBase> TestCaseFactory::GetPerformanceCpuCase(std::string caseName) in GetPerformanceCpuCase() function in TestCaseFactory