FEventTime

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

/Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h

Include

#include "Trace/Analyzer.h"

Syntax

struct FEventTime

Functions

Name Description

Public function Const

uint64

 

AsCycle64()

Returns a timestamp for the event compatible with FPlatformTime::Cycle64(), or zero if the event has no timestamp.

Public function Const

double

 

AsSeconds()

Time of the event in seconds (from teh start of the trace). Zero if there is no time for the event.

Public function Const

double

 

AsSeconds

(
    uint64 Cycles64
)

Returns a FPlatformTime::Cycle64() value as seconds relative to the start of the trace.

Public function Const

double

 

AsSecondsAbsolute

(
    int64 DurationCycles64
)

As AsSeconds(Cycles64) but absolute.

Public function Const

uint64

 

GetTimestamp()

Returns the integer timestamp for the event or zero if there no associated timestamp.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss