Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dutils.h24 std::string PrettyInt(long value, size_t base);
DBenchmark.cpp106 return Name() + "/" + PrettyInt(arg, 2); in GetNameStr()
141 PrettyInt(iterations, 10).c_str(), total_time_ns_/iterations); in RunWithArg()
Dutils.cpp41 std::string PrettyInt(long value, size_t base) { in PrettyInt() function