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