FQuartzLatencyTimer

Simple class to track latency as a request/action propagates from GT to ART (or vice versa)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/QuartzQuantizationUtilities.h

Include

#include "Sound/QuartzQuantizationUtilities.h"

Syntax

class FQuartzLatencyTimer

Remarks

Simple class to track latency as a request/action propagates from GT to ART (or vice versa)

Constructors

Name Description

Public function

FQuartzLatencyTimer()

Ctor

Functions

Name Description

Public function

double

 

GetCurrentTimePassedMs()

Get the current value of a running timer

Public function

double

 

GetResultsMilliseconds()

Get the final time of a stopped timer

Public function

bool

 

HasTimerRun()

Returns true if the timer has completed (we can get the results)

Public function

bool

 

HasTimerStarted()

Returns true if the Timer was started (could be running or stopped)

Public function

bool

 

HasTimerStopped()

Returns true if the timer has been run and stopped

Public function

bool

 

IsTimerRunning()

Returns true if the timer is running

Public function

void

 

ResetTimer()

Reset the start time

Public function

void

 

StartTimer()

Record the start time

Public function

void

 

StopTimer()

Stop the timer

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