|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <memory_profile.hpp>
Public Member Functions | |
| SERIALIZATION_FIELDS (stage, circuit_index, circuit_name, heap_mb) | |
Public Attributes | |
| std::string | stage |
| size_t | circuit_index |
| std::string | circuit_name |
| size_t | heap_mb |
Definition at line 16 of file memory_profile.hpp.
| bb::detail::MemoryCheckpoint::SERIALIZATION_FIELDS | ( | stage | , |
| circuit_index | , | ||
| circuit_name | , | ||
| heap_mb | |||
| ) |
| size_t bb::detail::MemoryCheckpoint::circuit_index |
Definition at line 18 of file memory_profile.hpp.
| std::string bb::detail::MemoryCheckpoint::circuit_name |
Definition at line 19 of file memory_profile.hpp.
| size_t bb::detail::MemoryCheckpoint::heap_mb |
Definition at line 20 of file memory_profile.hpp.
| std::string bb::detail::MemoryCheckpoint::stage |
Definition at line 17 of file memory_profile.hpp.