Home
last modified time | relevance | path

Searched refs:HumanReadableNumber (Results 1 – 6 of 6) sorted by relevance

/external/google-benchmark/src/
Dstring_util.h13 std::string HumanReadableNumber(double n, double one_k = 1024.0);
Dconsole_reporter.cc158 auto const& s = HumanReadableNumber(c.second.value, c.second.oneK); in PrintRunData()
Dstring_util.cc118 std::string HumanReadableNumber(double n, double one_k) { in HumanReadableNumber() function
/external/libcxx/utils/google-benchmark/src/
Dstring_util.h13 std::string HumanReadableNumber(double n, double one_k = 1024.0);
Dconsole_reporter.cc159 auto const& s = HumanReadableNumber(c.second.value, c.second.oneK); in PrintRunData()
Dstring_util.cc118 std::string HumanReadableNumber(double n, double one_k) { in HumanReadableNumber() function