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

Method memoryUsage

src/IECoreScene/PointsPrimitive.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void PointsPrimitive::memoryUsage( Object::MemoryAccumulator &a ) const
113{
114 Primitive::memoryUsage( a );
115 a.accumulate( sizeof( m_numPoints ) );
116}
117
118void PointsPrimitive::hash( MurmurHash &h ) const
119{

Callers 2

testThrashingMethod · 0.95

Calls 1

accumulateMethod · 0.80

Tested by 2

testThrashingMethod · 0.76