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

Method CreateTypedEntity

profiling/client/src/TimelineUtilityMethods.cpp:363–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void TimelineUtilityMethods::CreateTypedEntity(ProfilingGuid entityGuid, ProfilingStaticGuid entityTypeGuid)
364{
365 // Send Entity Binary Packet of the entity to the external profiling service
366 m_SendTimelinePacket->SendTimelineEntityBinaryPacket(entityGuid);
367
368 // Create type entity and send the relationship of the entity with the given type
369 MarkEntityWithType(entityGuid, entityTypeGuid);
370}
371
372ProfilingDynamicGuid TimelineUtilityMethods::RecordEvent(ProfilingGuid entityGuid, ProfilingStaticGuid eventClassGuid)
373{

Callers 4

AddWorkloadStructureFunction · 0.80
LoadedNetworkMethod · 0.80
SendNetworkStructureMethod · 0.80
EnqueueWorkloadMethod · 0.80

Calls 1

Tested by

no test coverage detected