Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
benchmark.h File Reference
#include "third_party/re2/src/util/benchmark.h"

Go to the source code of this file.

Macros

#define BENCHMARK(f)
 
#define BENCHMARK_RANGE(f, lo, hi)
 PAGESPEED_KERNEL_BASE_BENCHMARK_H_. More...
 

Macro Definition Documentation

#define BENCHMARK (   f)
Value:
::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f))->\
ThreadRange(1, 1)
#define BENCHMARK_RANGE (   f,
  lo,
  hi 
)
Value:
::testing::Benchmark* _benchmark_##f = \
(new ::testing::Benchmark(#f, f, lo, hi))->ThreadRange(1, 1)

PAGESPEED_KERNEL_BASE_BENCHMARK_H_.