MCPcopy 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
36void TimelineModel::AddEntity(uint64_t guid)
37{
38 m_Entities.emplace(guid, guid);
39}
40
41Entity* TimelineModel::FindEntity(uint64_t id)
42{

Callers 1

CreateEntityMethod · 0.80

Calls 1

emplaceMethod · 0.80

Tested by

no test coverage detected