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, double one_k) |
template<class... Args> | |
std::string | benchmark::StrCat (Args &&... args) |
std::ostream & | benchmark::StrCatImp (std::ostream &out) BENCHMARK_NOEXCEPT |
template<class First , class... Rest> | |
std::ostream & | benchmark::StrCatImp (std::ostream &out, First &&f, Rest &&... rest) |
std::string | benchmark::StrFormat (const char *format,...) |
std::vector< std::string > | benchmark::StrSplit (const std::string &str, char delim) |