次の方法で共有


IHttpSysRequestTimingFeature.Timestamps プロパティ

定義

すべての Http.Sys タイミング タイムスタンプを取得します

public ReadOnlySpan<long> Timestamps { get; }
member this.Timestamps : ReadOnlySpan<int64>
Public ReadOnly Property Timestamps As ReadOnlySpan(Of Long)

プロパティ値

注釈

これらのタイムスタンプは QueryPerformanceCounter https://learn.microsoft.com/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter を使用して取得され、タイムスタンプの頻度は QueryPerformanceFrequency https://learn.microsoft.com/windows/win32/api/profileapi/nf-profileapi-queryperformancefrequencyを使用して取得できます。 タイミングのインデックスを HttpSysRequestTimingType にキャストして、タイミングが何を表しているのかを把握できます。 現在の要求でタイミングが使用できない場合、値は 0 になることがあります。

適用対象