#include "benchmark/benchmark.h"
#include "complexity.h"
#include "counter.h"
#include <algorithm>
#include <cstdint>
#include <cstdio>
#include <iostream>
#include <string>
#include <tuple>
#include <vector>
#include "check.h"
#include "colorprint.h"
#include "commandlineflags.h"
#include "internal_macros.h"
#include "string_util.h"
#include "timers.h"
Go to the source code of this file.
Namespaces | |
benchmark | |
Functions | |
static void | benchmark::IgnoreColorPrint (std::ostream &out, LogColor, const char *fmt,...) |