#include <cmath>
#include <iosfwd>
#include <limits>
#include <memory>
#include <string>
#include <vector>
#include "benchmark/benchmark.h"
#include "commandlineflags.h"
Go to the source code of this file.
Classes | |
class | benchmark::internal::BenchmarkInstance |
Namespaces | |
benchmark | |
benchmark::internal | |
Functions | |
bool | benchmark::internal::FindBenchmarksInternal (const std::string &re, std::vector< BenchmarkInstance > *benchmarks, std::ostream *Err) |
ConsoleReporter::OutputOptions | benchmark::internal::GetOutputOptions (bool force_no_color) |
bool | benchmark::internal::IsZero (double n) |