Share via


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/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter 를 사용하여 가져오고 타임스탬프 빈도는 QueryPerformanceFrequency https://learn.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancefrequency를 통해 가져올 수 있습니다. 타이밍의 인덱스를 로 캐스팅하여 HttpSysRequestTimingType 타이밍이 나타내는 것을 알 수 있습니다. 현재 요청에 타이밍을 사용할 수 없는 경우 값은 0일 수 있습니다.

적용 대상