#include <PlatformEvents.h>
|
| static CORE_API EEventType | GetEvent (const FString &Name) |
| |
| static void | Init (uint32 SamplingIntervalUsec) |
| |
| static void | PostInit () |
| |
| static void | Enable (EEventType Event) |
| |
| static void | Disable (EEventType Event) |
| |
| static void | Stop () |
| |
| static void | OnTraceChannelUpdated (const FString &ChannelName, bool bIsEnabled) |
| |
| static void | OutputContextSwitch (uint64 StartTime, uint64 EndTime, uint32 ThreadId, uint8 CoreNumber) |
| |
| static void | OutputStackSample (uint64 Time, uint32 ThreadId, const uint64 *Addresses, uint32 AddressCount) |
| |
| static void | OutputThreadName (uint32 ThreadId, uint32 ProcessId, const TCHAR *Name, uint32 NameLen) |
| |
◆ EEventType
| Enumerator |
|---|
| None | |
| ContextSwitch | |
| StackSampling | |
◆ Disable()
◆ Enable()
◆ GetEvent()
◆ Init()
◆ OnTraceChannelUpdated()
| static void FPlatformEventsTrace::OnTraceChannelUpdated |
( |
const FString & |
ChannelName, |
|
|
bool |
bIsEnabled |
|
) |
| |
|
inlinestatic |
◆ OutputContextSwitch()
◆ OutputStackSample()
◆ OutputThreadName()
◆ PostInit()
◆ Stop()
The documentation for this class was generated from the following file: