MCPcopy Create free account
hub / github.com/ARM-software/armnn / CreateEventClass

Method CreateEventClass

src/profiling/test/TestTimelinePacketHandler.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98arm::pipe::ITimelineDecoder::TimelineStatus TimelineMessageDecoder::CreateEventClass(
99 const arm::pipe::ITimelineDecoder::EventClass& eventClass)
100{
101 m_TimelineModel.AddEventClass(eventClass);
102 return arm::pipe::ITimelineDecoder::TimelineStatus::TimelineStatus_Success;
103}
104
105arm::pipe::ITimelineDecoder::TimelineStatus TimelineMessageDecoder::CreateEvent(
106 const arm::pipe::ITimelineDecoder::Event& event)

Callers

nothing calls this directly

Calls 1

AddEventClassMethod · 0.80

Tested by

no test coverage detected