MCPcopy Create free account
hub / github.com/ImageEngine/cortex / memoryUsage

Method memoryUsage

src/IECore/Object.cpp:461–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461size_t Object::memoryUsage() const
462{
463 MemoryAccumulator m;
464 m.accumulate( this );
465 return m.total();
466}
467
468void Object::memoryUsage( MemoryAccumulator &accumulator ) const
469{

Callers 1

accumulateMethod · 0.45

Calls 2

accumulateMethod · 0.80
totalMethod · 0.80

Tested by

no test coverage detected