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

OVRSystemPerfMetrics Class

Static Fields

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

Inner Classes

OVRSystemPerfMetricsTcpServer Class

Extends MonoBehaviour

Fields

listeningPort : int
Signature
int listeningPort

Static Fields

singleton : OVRSystemPerfMetricsTcpServer
Signature
OVRSystemPerfMetricsTcpServer singleton

Methods

GatherPerfMetrics ()
Signature
PerfMetrics GatherPerfMetrics()
Returns
PerfMetrics

PerfMetrics Class

Fields

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

Methods

LoadFromJSON ( json )
Signature
bool LoadFromJSON(string json)
Parameters
json: string
Returns
bool
ToJSON ()
Signature
string ToJSON()
Returns
string