Navigation
Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > IAnalyzer
References
Module | TraceAnalysis |
Header | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
Include | #include "Trace/Analyzer.h" |
Syntax
struct FEventTime
Functions
Type | Name | Description |
---|---|---|
uint64 | AsCycle64 () | Returns a timestamp for the event compatible with FPlatformTime::Cycle64(), or zero if the event has no timestamp. |
double | AsSeconds () | Time of the event in seconds (from teh start of the trace). Zero if there is no time for the event. |
double | AsSeconds ( uint64 Cycles64 ) | Returns a FPlatformTime::Cycle64() value as seconds relative to the start of the trace. |
double | AsSecondsAbsolute ( int64 DurationCycles64 ) | As AsSeconds(Cycles64) but absolute. |
uint64 | GetTimestamp () | Returns the integer timestamp for the event or zero if there no associated timestamp. |