Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <op_count.hpp>
Public Member Functions | |
OpCountTimeReporter (OpStats *stats) | |
~OpCountTimeReporter () | |
Public Attributes | |
OpStats * | stats |
std::size_t | time |
Definition at line 122 of file op_count.hpp.
bb::detail::OpCountTimeReporter::OpCountTimeReporter | ( | OpStats * | stats | ) |
Definition at line 89 of file op_count.cpp.
bb::detail::OpCountTimeReporter::~OpCountTimeReporter | ( | ) |
Definition at line 96 of file op_count.cpp.
OpStats* bb::detail::OpCountTimeReporter::stats |
Definition at line 123 of file op_count.hpp.
std::size_t bb::detail::OpCountTimeReporter::time |
Definition at line 124 of file op_count.hpp.