Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/IAnalyzer > API/Developer/TraceAnalysis/IAnalyzer/FEventTime
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
AsSeconds()
Description
Time of the event in seconds (from the start of the trace). Zero if there is no time for the event.
| Name | AsSeconds |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
double AsSeconds() const
AsSeconds(uint64)
Description
Returns a FPlatformTime::Cycle64() value as seconds relative to the start of the trace.
| Name | AsSeconds |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analyzer.h |
| Include Path | #include "Trace/Analyzer.h" |
double AsSeconds
(
uint64 Cycles64
) const