API reference
API reference
Select your platform
No SDKs available
No versions available

OVRSystemPerfMetrics Class

Static Fields

MaxBufferLength : const int
Signature
const int OVRSystemPerfMetrics.MaxBufferLength
MaxMessageLength : const int
Signature
const int OVRSystemPerfMetrics.MaxMessageLength
PayloadTypeMetrics : const int
Signature
const int OVRSystemPerfMetrics.PayloadTypeMetrics
TcpListeningPort : const int
Signature
const int OVRSystemPerfMetrics.TcpListeningPort

Inner Classes

OVRSystemPerfMetricsTcpServer Class

Extends MonoBehaviour

Fields

listeningPort : int
Signature
int OVRSystemPerfMetrics.OVRSystemPerfMetricsTcpServer.listeningPort

Static Fields

singleton : OVRSystemPerfMetricsTcpServer
Signature
OVRSystemPerfMetricsTcpServer OVRSystemPerfMetrics.OVRSystemPerfMetricsTcpServer.singleton

Methods

GatherPerfMetrics ()
Signature
PerfMetrics OVRSystemPerfMetrics.OVRSystemPerfMetricsTcpServer.GatherPerfMetrics()
Returns
PerfMetrics

PerfMetrics Class

Fields

appCpuTime : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.appCpuTime
appCpuTime_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.appCpuTime_IsValid
appGpuTime : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.appGpuTime
appGpuTime_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.appGpuTime_IsValid
compositorCpuTime : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.compositorCpuTime
compositorCpuTime_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.compositorCpuTime_IsValid
compositorDroppedFrameCount : int
Signature
int OVRSystemPerfMetrics.PerfMetrics.compositorDroppedFrameCount
compositorDroppedFrameCount_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.compositorDroppedFrameCount_IsValid
compositorGpuTime : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.compositorGpuTime
compositorGpuTime_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.compositorGpuTime_IsValid
compositorSpaceWarpMode : int
Signature
int OVRSystemPerfMetrics.PerfMetrics.compositorSpaceWarpMode
compositorSpaceWarpMode_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.compositorSpaceWarpMode_IsValid
deltaFrameTime : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.deltaFrameTime
deviceCpuClockFrequencyInMHz : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.deviceCpuClockFrequencyInMHz
deviceCpuClockFrequencyInMHz_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.deviceCpuClockFrequencyInMHz_IsValid
deviceCpuClockLevel : int
Signature
int OVRSystemPerfMetrics.PerfMetrics.deviceCpuClockLevel
deviceCpuClockLevel_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.deviceCpuClockLevel_IsValid
deviceCpuCoreUtilPercentage : float[]
Signature
float [] OVRSystemPerfMetrics.PerfMetrics.deviceCpuCoreUtilPercentage
deviceCpuCoreUtilPercentage_IsValid : bool[]
Signature
bool [] OVRSystemPerfMetrics.PerfMetrics.deviceCpuCoreUtilPercentage_IsValid
deviceGpuClockFrequencyInMHz : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.deviceGpuClockFrequencyInMHz
deviceGpuClockFrequencyInMHz_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.deviceGpuClockFrequencyInMHz_IsValid
deviceGpuClockLevel : int
Signature
int OVRSystemPerfMetrics.PerfMetrics.deviceGpuClockLevel
deviceGpuClockLevel_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.deviceGpuClockLevel_IsValid
frameCount : int
Signature
int OVRSystemPerfMetrics.PerfMetrics.frameCount
frameTime : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.frameTime
systemCpuUtilAveragePercentage : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.systemCpuUtilAveragePercentage
systemCpuUtilAveragePercentage_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.systemCpuUtilAveragePercentage_IsValid
systemCpuUtilWorstPercentage : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.systemCpuUtilWorstPercentage
systemCpuUtilWorstPercentage_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.systemCpuUtilWorstPercentage_IsValid
systemGpuUtilPercentage : float
Signature
float OVRSystemPerfMetrics.PerfMetrics.systemGpuUtilPercentage
systemGpuUtilPercentage_IsValid : bool
Signature
bool OVRSystemPerfMetrics.PerfMetrics.systemGpuUtilPercentage_IsValid

Methods

LoadFromJSON ( json )
Signature
bool OVRSystemPerfMetrics.PerfMetrics.LoadFromJSON(string json)
Parameters
json: string
Returns
bool
ToJSON ()
Signature
string OVRSystemPerfMetrics.PerfMetrics.ToJSON()
Returns
string