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

Function GetEventDescription

src/profiling/test/TimelineModel.cpp:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396std::string GetEventDescription(EventObj* event)
397{
398 std::stringstream ss;
399 ss << " event: [" << event->GetGuid() << "] class [" << event->GetEventClass() << "]";
400 return ss.str();
401}
402
403} // namespace pipe
404

Callers 1

GetModelDescriptionFunction · 0.85

Calls 3

GetEventClassMethod · 0.80
GetGuidMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected