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

Method memoryUsage

src/IECoreScene/ExternalProcedural.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void ExternalProcedural::memoryUsage( Object::MemoryAccumulator &a ) const
139{
140 VisibleRenderable::memoryUsage( a );
141 a.accumulate( m_fileName.capacity() );
142 a.accumulate( sizeof( m_bound ) );
143 a.accumulate( m_parameters.get() );
144}
145
146void ExternalProcedural::hash( MurmurHash &h ) const
147{

Callers

nothing calls this directly

Calls 2

accumulateMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected