Searched refs:ColorPrintf (Results 1 – 3 of 3) sorted by relevance
/external/google-benchmark/src/ |
D | console_reporter.cc | 96 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()
|
D | colorprint.h | 16 void ColorPrintf(LogColor color, const char* fmt, ...);
|
D | colorprint.cc | 79 void ColorPrintf(LogColor color, const char* fmt, ...) { in ColorPrintf() function
|