Searched refs:HumanReadableNumber (Results 1 – 6 of 6) sorted by relevance
120 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()
13 std::string HumanReadableNumber(double n);
118 std::string HumanReadableNumber(double n) { in HumanReadableNumber() function
87 rate = StrCat(" ", HumanReadableNumber(result.bytes_per_second), "B/s"); in PrintRunData()94 StrCat(" ", HumanReadableNumber(result.items_per_second), " items/s"); in PrintRunData()
114 std::string HumanReadableNumber(double n) { in HumanReadableNumber() function