Home
last modified time | relevance | path

Searched refs:SystemCommitChargeToString (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/third_party/perf/
Dperf_test.cc202 fprintf(target, "%s", SystemCommitChargeToString(test_name, charge, important).c_str()); in PrintSystemCommitCharge()
205 std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important) in SystemCommitChargeToString() function
Dperf_test.h109 std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important);
Dangle-mods.patch645 -std::string SystemCommitChargeToString(const std::string& test_name,
648 +std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important…