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

Method CreateEvent

src/profiling/test/TestTimelinePacketHandler.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105arm::pipe::ITimelineDecoder::TimelineStatus TimelineMessageDecoder::CreateEvent(
106 const arm::pipe::ITimelineDecoder::Event& event)
107{
108 m_TimelineModel.AddEvent(event);
109 return arm::pipe::ITimelineDecoder::TimelineStatus::TimelineStatus_Success;
110}
111
112arm::pipe::ITimelineDecoder::TimelineStatus TimelineMessageDecoder::CreateLabel(
113 const arm::pipe::ITimelineDecoder::Label& label)

Callers

nothing calls this directly

Calls 1

AddEventMethod · 0.45

Tested by

no test coverage detected