Snapshot 구조체

정의

주의

This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.

시간이 지남에 따라 주기적으로 수행되는 CPU 및 메모리 사용량의 스냅샷입니다.

public value class Snapshot
[System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public readonly struct Snapshot
public readonly struct Snapshot
[<System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type Snapshot = struct
type Snapshot = struct
Public Structure Snapshot
상속
Snapshot
특성

생성자

Name Description
Snapshot(TimeSpan, TimeSpan, TimeSpan, UInt64)
사용되지 않음.

Snapshot 구조체의 새 인스턴스를 초기화합니다.

속성

Name Description
KernelTimeSinceStart
사용되지 않음.

시작 이후 경과된 커널 시간의 양을 가져옵니다.

MemoryUsageInBytes
사용되지 않음.

시스템 내의 메모리 사용량을 바이트 단위로 가져옵니다.

TotalTimeSinceStart
사용되지 않음.

시작 이후 경과된 총 CPU 시간을 가져옵니다.

UserTimeSinceStart
사용되지 않음.

시작 이후 경과된 사용자 시간을 가져옵니다.

적용 대상