Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ convert
Method
convert
src/IECoreGL/CachedConverter.cpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
IECore::ConstRunTimeTypedPtr CachedConverter::convert( const IECore::Object *object )
135
{
136
return m_data->cache.get( CacheGetterKey( object ) );
137
}
138
139
size_t CachedConverter::getMaxMemory() const
140
{
Callers
4
test
Method · 0.95
testThreading
Method · 0.95
testThrashingAndThreadingWithTextures
Method · 0.95
getter
Method · 0.45
Calls
2
CacheGetterKey
Class · 0.85
get
Method · 0.45
Tested by
3
test
Method · 0.76
testThreading
Method · 0.76
testThrashingAndThreadingWithTextures
Method · 0.76