Searched refs:SystemCommitChargeToString (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/testing/perf/ |
H A D | perf_test.cc | 166 fprintf(target, "%s", SystemCommitChargeToString(test_name, charge, in PrintSystemCommitCharge() 170 std::string SystemCommitChargeToString(const std::string& test_name, in SystemCommitChargeToString() function
|
H A D | perf_test.h | 110 std::string SystemCommitChargeToString(const std::string& test_name,
|
/aosp_15_r20/external/angle/src/tests/perf_tests/third_party/perf/ |
H A D | perf_test.cc | 202 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
|
H A D | perf_test.h | 109 std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important);
|
H A D | angle-mods.patch | 645 -std::string SystemCommitChargeToString(const std::string& test_name, 648 +std::string SystemCommitChargeToString(const std::string &test_name, size_t charge, bool important…
|