#include <AMReX_FabArrayBase.H>
◆ CacheStats()
amrex::FabArrayBase::CacheStats::CacheStats |
( |
std::string |
name_ | ) |
|
|
inlineexplicit |
◆ print()
void amrex::FabArrayBase::CacheStats::print |
( |
| ) |
const |
|
inline |
◆ recordBuild()
void amrex::FabArrayBase::CacheStats::recordBuild |
( |
| ) |
|
|
inlinenoexcept |
◆ recordErase()
void amrex::FabArrayBase::CacheStats::recordErase |
( |
Long |
n | ) |
|
|
inlinenoexcept |
◆ recordUse()
void amrex::FabArrayBase::CacheStats::recordUse |
( |
| ) |
|
|
inlinenoexcept |
◆ bytes
Long amrex::FabArrayBase::CacheStats::bytes {0} |
◆ bytes_hwm
Long amrex::FabArrayBase::CacheStats::bytes_hwm {0} |
◆ maxsize
int amrex::FabArrayBase::CacheStats::maxsize {0} |
highest water mark of size
◆ maxuse
Long amrex::FabArrayBase::CacheStats::maxuse {0} |
max # of uses of a cached item
◆ name
std::string amrex::FabArrayBase::CacheStats::name |
◆ nbuild
Long amrex::FabArrayBase::CacheStats::nbuild {0} |
of build operations
◆ nerase
Long amrex::FabArrayBase::CacheStats::nerase {0} |
of erase operations
◆ nuse
Long amrex::FabArrayBase::CacheStats::nuse {0} |
of uses of the whole cache
◆ size
int amrex::FabArrayBase::CacheStats::size {0} |
current size: nbuild - nerase
The documentation for this struct was generated from the following file: