#include "string_util.h"#include <array>#include <cmath>#include <cstdarg>#include <cstdio>#include <memory>#include <sstream>#include "arraysize.h"
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) |
| std::string | benchmark::StrFormat (const char *format,...) |
| std::string | benchmark::StrFormatImp (const char *msg, va_list args) |
| std::vector< std::string > | benchmark::StrSplit (const std::string &str, char delim) |