| 361 | } |
| 362 | |
| 363 | void 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 | |
| 372 | ProfilingDynamicGuid TimelineUtilityMethods::RecordEvent(ProfilingGuid entityGuid, ProfilingStaticGuid eventClassGuid) |
| 373 | { |
no test coverage detected