Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::detail::MemoryCheckpoint Struct Reference

#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
 

Detailed Description

Definition at line 16 of file memory_profile.hpp.

Member Function Documentation

◆ SERIALIZATION_FIELDS()

bb::detail::MemoryCheckpoint::SERIALIZATION_FIELDS ( stage  ,
circuit_index  ,
circuit_name  ,
heap_mb   
)

Member Data Documentation

◆ circuit_index

size_t bb::detail::MemoryCheckpoint::circuit_index

Definition at line 18 of file memory_profile.hpp.

◆ circuit_name

std::string bb::detail::MemoryCheckpoint::circuit_name

Definition at line 19 of file memory_profile.hpp.

◆ heap_mb

size_t bb::detail::MemoryCheckpoint::heap_mb

Definition at line 20 of file memory_profile.hpp.

◆ stage

std::string bb::detail::MemoryCheckpoint::stage

Definition at line 17 of file memory_profile.hpp.


The documentation for this struct was generated from the following file: