다음을 통해 공유


IHttpSysRequestTimingFeature.TryGetTimestamp 메서드

정의

지정된 타이밍에 대한 타임스탬프를 가져옵니다.

public bool TryGetTimestamp (Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType timestampType, out long timestamp);
abstract member TryGetTimestamp : Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType * int64 -> bool
Public Function TryGetTimestamp (timestampType As HttpSysRequestTimingType, ByRef timestamp As Long) As Boolean

매개 변수

timestampType
HttpSysRequestTimingType

가져올 타임스탬프 형식입니다.

timestamp
Int64

설정된 경우 타임스탬프의 값입니다.

반환

True이면 지정된 타이밍이 설정되었습니다(예: 0이 아닌 경우).

설명

이러한 타임스탬프는 QueryPerformanceCounter https://learn.microsoft.com/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter 를 사용하여 가져오고 타임스탬프 빈도는 QueryPerformanceFrequency https://learn.microsoft.com/windows/win32/api/profileapi/nf-profileapi-queryperformancefrequency를 통해 가져올 수 있습니다.

적용 대상