Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
void PointsPrimitive::memoryUsage( Object::MemoryAccumulator &a ) const
113
{
114
Primitive::memoryUsage( a );
115
a.accumulate( sizeof( m_numPoints ) );
116
}
117
118
void PointsPrimitive::hash( MurmurHash &h ) const
119
{
Callers
2
testThrashing
Method · 0.95
testThrashingWithConcurrentClearUnused
Method · 0.95
Calls
1
accumulate
Method · 0.80
Tested by
2
testThrashing
Method · 0.76
testThrashingWithConcurrentClearUnused
Method · 0.76