Searched refs:GetPerformanceCpuCase (Results 1 – 4 of 4) sorted by relevance
26 static std::shared_ptr<TestBase> GetPerformanceCpuCase(std::string caseName);
192 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformance()
266 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformanceCpu()280 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformanceGpu()
543 std::shared_ptr<TestBase> TestCaseFactory::GetPerformanceCpuCase(std::string caseName) in GetPerformanceCpuCase() function in TestCaseFactory