Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ AddEntity
Method
AddEntity
src/profiling/test/TimelineModel.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void TimelineModel::AddEntity(uint64_t guid)
37
{
38
m_Entities.emplace(guid, guid);
39
}
40
41
Entity* TimelineModel::FindEntity(uint64_t id)
42
{
Callers
1
CreateEntity
Method · 0.80
Calls
1
emplace
Method · 0.80
Tested by
no test coverage detected