CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAtomEx.PerformanceInfo Struct Reference

Performance information More...

Public Attributes

uint serverProcessCount
 
uint lastServerTime
 
uint maxServerTime
 
uint averageServerTime
 
uint lastServerInterval
 
uint maxServerInterval
 
uint averageServerInterval
 

Detailed Description

Performance information

Description:
A structure for getting the performance information.
Used in the CriWare.CriAtomEx::GetPerformanceInfo .
See also
CriWare.CriAtomEx::GetPerformanceInfo

Member Data Documentation

uint serverProcessCount

The number of server process executions

uint lastServerTime

Last measured server process time (in microseconds)

uint maxServerTime

Maximum server process time (in microseconds)

uint averageServerTime

Average server process time (in microseconds)

uint lastServerInterval

Last measured server process execution interval (in microseconds)

uint maxServerInterval

Maximum server process execution interval (in microseconds)

uint averageServerInterval

Average server process execution interval (in microseconds)


The documentation for this struct was generated from the following file: