|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bb_bench.hpp>
Public Member Functions | |
| TimeStats ()=default | |
| TimeStats (TimeStatsEntry *parent_ptr, std::size_t count_val, std::size_t time_val) | |
| void | track (TimeStatsEntry *current_parent, std::size_t time_val) |
Public Attributes | |
| TimeStatsEntry * | parent = nullptr |
| std::size_t | count = 0 |
| std::size_t | time = 0 |
| std::unique_ptr< TimeStats > | next |
Private Member Functions | |
| bool | raw_track (TimeStatsEntry *expected_parent, std::size_t time_val) |
Definition at line 106 of file bb_bench.hpp.
|
default |
|
inline |
Definition at line 114 of file bb_bench.hpp.
|
inlineprivate |
Definition at line 140 of file bb_bench.hpp.
|
inline |
Definition at line 120 of file bb_bench.hpp.
| std::size_t bb::detail::TimeStats::count = 0 |
Definition at line 108 of file bb_bench.hpp.
| std::unique_ptr<TimeStats> bb::detail::TimeStats::next |
Definition at line 111 of file bb_bench.hpp.
| TimeStatsEntry* bb::detail::TimeStats::parent = nullptr |
Definition at line 107 of file bb_bench.hpp.
| std::size_t bb::detail::TimeStats::time = 0 |
Definition at line 109 of file bb_bench.hpp.