#include <iostream>
#include <ostream>
#include "benchmark/benchmark.h"
Go to the source code of this file.
Classes | |
class | benchmark::internal::LogType |
Namespaces | |
benchmark | |
benchmark::internal | |
Macros | |
#define | VLOG(x) |
Functions | |
LogType & | benchmark::internal::GetErrorLogInstance () |
LogType & | benchmark::internal::GetLogInstanceForLevel (int level) |
LogType & | benchmark::internal::GetNullLogInstance () |
int & | benchmark::internal::LogLevel () |
LogType & | benchmark::internal::operator<< (LogType &log, EndLType *m) |
template<class Tp > | |
LogType & | benchmark::internal::operator<< (LogType &log, Tp const &value) |
#define VLOG | ( | x | ) |
Definition at line 69 of file third_party/protobuf/third_party/benchmark/src/log.h.