Go to the source code of this file.
Namespaces | |
benchmark | |
Functions | |
void | benchmark::AppendHumanReadable (int n, std::string *str) |
std::string | benchmark::HumanReadableNumber (double n) |
void | benchmark::ReplaceAll (std::string *str, const std::string &from, const std::string &to) |
template<class... Args> | |
std::string | benchmark::StrCat (Args &&... args) |
std::ostream & | benchmark::StringCatImp (std::ostream &out) BENCHMARK_NOEXCEPT |
template<class First , class... Rest> | |
std::ostream & | benchmark::StringCatImp (std::ostream &out, First &&f, Rest &&... rest) |
std::string | benchmark::StringPrintF (const char *format,...) |