Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dstring_util.h14 std::string HumanReadableNumber(double n, double one_k = 1024.0);
H A Dconsole_reporter.cc171 s = HumanReadableNumber(c.second.value, c.second.oneK); in PrintRunData()
H A Dstring_util.cc121 std::string HumanReadableNumber(double n, double one_k) { in HumanReadableNumber() function