MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / recordBuild

Method recordBuild

Src/Base/AMReX_FabArrayBase.H:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 explicit CacheStats (std::string name_)
169 : name(std::move(name_)) {}
170 void recordBuild () noexcept {
171 ++size;
172 ++nbuild;
173 maxsize = std::max(maxsize, size);
174 }
175 void recordErase (Long n) noexcept {
176 // n: how many times the item to be deleted has been used.
177 --size;

Callers 3

getTileArrayMethod · 0.45
FabArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected