Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb_bench.cpp File Reference
#include "barretenberg/common/assert.hpp"
#include <cstdint>
#include <sys/types.h>
#include "bb_bench.hpp"
#include <algorithm>
#include <cassert>
#include <chrono>
#include <cmath>
#include <functional>
#include <iomanip>
#include <iostream>
#include <mutex>
#include <ostream>
#include <set>
#include <sstream>
#include <thread>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::detail
 

Typedefs

using bb::detail::OperationKey = std::string_view
 

Variables

bool bb::detail::use_bb_bench = std::getenv("BB_BENCH") == nullptr ? false : std::string(std::getenv("BB_BENCH")) == "1"
 
GlobalBenchStatsContainer bb::detail::GLOBAL_BENCH_STATS