Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dconsole_reporter.cc96 ColorPrintf(COLOR_GREEN, "%-*s ", in PrintRunData()
99 ColorPrintf(COLOR_YELLOW, "%10.0f %10.0f ", in PrintRunData()
103 ColorPrintf(COLOR_YELLOW, "%10.0f %10.0f ", in PrintRunData()
109 ColorPrintf(COLOR_CYAN, "%10lld", result.iterations); in PrintRunData()
110 ColorPrintf(COLOR_DEFAULT, "%*s %*s %s\n", in PrintRunData()
Dcolorprint.h16 void ColorPrintf(LogColor color, const char* fmt, ...);
Dcolorprint.cc79 void ColorPrintf(LogColor color, const char* fmt, ...) { in ColorPrintf() function