#include <cstdarg>
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
benchmark | |
Functions | |
void | benchmark::ColorPrintf (std::ostream &out, LogColor color, const char *fmt, va_list args) |
void | benchmark::ColorPrintf (std::ostream &out, LogColor color, const char *fmt,...) |
std::string | benchmark::FormatString (const char *msg, va_list args) |
std::string | benchmark::FormatString (const char *msg,...) |
bool | benchmark::IsColorTerminal () |