Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/scripts/
Dperf_test_runner.py96 test_name = 'DrawCallPerfBenchmark.Run/d3d11_null' variable
98 test_name = 'DrawCallPerfBenchmark.Run/gl' variable
101 test_name = sys.argv[1] variable
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/third_party/perf/
Dperf_test.cc192 void PrintSystemCommitCharge(const std::string &test_name, size_t charge, bool important) in PrintSystemCommitCharge()
198 const std::string &test_name, in PrintSystemCommitCharge()
205 std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important) in SystemCommitChargeToString()