MCPcopy Create free account
hub / github.com/RenderKit/embree / Statistics

Method Statistics

kernels/common/alloc.h:570–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568 struct Statistics
569 {
570 Statistics ()
571 : bytesUsed(0), bytesFree(0), bytesWasted(0) {}
572
573 Statistics (size_t bytesUsed, size_t bytesFree, size_t bytesWasted)
574 : bytesUsed(bytesUsed), bytesFree(bytesFree), bytesWasted(bytesWasted) {}

Callers

nothing calls this directly

Calls 5

getAllocatedBytesMethod · 0.80
loadMethod · 0.45
getUsedBytesMethod · 0.45
getFreeBytesMethod · 0.45
getWastedBytesMethod · 0.45

Tested by

no test coverage detected