CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtom.PerformanceInfo

    パフォーマンス情報

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    Remarks

    サーバー処理実行間隔の平均値(マイクロ秒単位)

    averageServerTime

    Declaration
    public uint averageServerTime
    Field Value
    Type Description
    uint
    Remarks

    サーバー処理時間の平均値(マイクロ秒単位)

    lastServerInterval

    Declaration
    public uint lastServerInterval
    Field Value
    Type Description
    uint
    Remarks

    サーバー処理実行間隔の最終計測値(マイクロ秒単位)

    lastServerTime

    Declaration
    public uint lastServerTime
    Field Value
    Type Description
    uint
    Remarks

    サーバー処理時間の最終計測値(マイクロ秒単位)

    maxServerInterval

    Declaration
    public uint maxServerInterval
    Field Value
    Type Description
    uint
    Remarks

    サーバー処理実行間隔の最大値(マイクロ秒単位)

    maxServerTime

    Declaration
    public uint maxServerTime
    Field Value
    Type Description
    uint
    Remarks

    サーバー処理時間の最大値(マイクロ秒単位)

    serverProcessCount

    Declaration
    public uint serverProcessCount
    Field Value
    Type Description
    uint
    Remarks

    サーバー処理実行回数

    See Also

    GetPerformanceInfo(out PerformanceInfo)
    In this article
    Back to top Generated by DocFX