Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dconsole_reporter.cc120 rate = StrCat(" ", HumanReadableNumber(result.bytes_per_second), "B/s"); in PrintRunData()
127 StrCat(" ", HumanReadableNumber(result.items_per_second), " items/s"); in PrintRunData()
151 auto const& s = HumanReadableNumber(c.second.value); in PrintRunData()
Dstring_util.h13 std::string HumanReadableNumber(double n);
Dstring_util.cc118 std::string HumanReadableNumber(double n) { in HumanReadableNumber() function
/external/libcxx/utils/google-benchmark/src/
Dconsole_reporter.cc87 rate = StrCat(" ", HumanReadableNumber(result.bytes_per_second), "B/s"); in PrintRunData()
94 StrCat(" ", HumanReadableNumber(result.items_per_second), " items/s"); in PrintRunData()
Dstring_util.h13 std::string HumanReadableNumber(double n);
Dstring_util.cc114 std::string HumanReadableNumber(double n) { in HumanReadableNumber() function