Struct CriAtom.PerformanceInfo
パフォーマンス情報
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtom.PerformanceInfo
Remarks
説明: パフォーマンス情報を取得するための構造体です。 GetPerformanceInfo(out PerformanceInfo) 関数で利用します。
Fields
averageServerInterval
サーバー処理実行間隔の平均値(マイクロ秒単位)
Declaration
public uint averageServerInterval
Field Value
Type | Description |
---|---|
uint |
averageServerTime
サーバー処理時間の平均値(マイクロ秒単位)
Declaration
public uint averageServerTime
Field Value
Type | Description |
---|---|
uint |
lastServerInterval
サーバー処理実行間隔の最終計測値(マイクロ秒単位)
Declaration
public uint lastServerInterval
Field Value
Type | Description |
---|---|
uint |
lastServerTime
サーバー処理時間の最終計測値(マイクロ秒単位)
Declaration
public uint lastServerTime
Field Value
Type | Description |
---|---|
uint |
maxServerInterval
サーバー処理実行間隔の最大値(マイクロ秒単位)
Declaration
public uint maxServerInterval
Field Value
Type | Description |
---|---|
uint |
maxServerTime
サーバー処理時間の最大値(マイクロ秒単位)
Declaration
public uint maxServerTime
Field Value
Type | Description |
---|---|
uint |
serverProcessCount
サーバー処理実行回数
Declaration
public uint serverProcessCount
Field Value
Type | Description |
---|---|
uint |