Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
google_bb_bench.hpp File Reference
#include <benchmark/benchmark.h>
#include "bb_bench.hpp"

Go to the source code of this file.

Classes

struct  bb::GoogleBbBenchReporter
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 

Macros

#define GOOGLE_BB_BENCH_REPORTER(state)   bb::GoogleBbBenchReporter __GOOGLE_BB_BENCH_REPORTER{ state };
 
#define GOOGLE_BB_BENCH_REPORTER_CANCEL()   __GOOGLE_BB_BENCH_REPORTER.cancelled = true;
 

Macro Definition Documentation

◆ GOOGLE_BB_BENCH_REPORTER

#define GOOGLE_BB_BENCH_REPORTER (   state)    bb::GoogleBbBenchReporter __GOOGLE_BB_BENCH_REPORTER{ state };

Definition at line 53 of file google_bb_bench.hpp.

◆ GOOGLE_BB_BENCH_REPORTER_CANCEL

#define GOOGLE_BB_BENCH_REPORTER_CANCEL ( )    __GOOGLE_BB_BENCH_REPORTER.cancelled = true;

Definition at line 55 of file google_bb_bench.hpp.