Snapshot Estructura

Definición

Precaución

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

Instantánea del uso de CPU y memoria que se toma periódicamente con el tiempo.

public value class Snapshot
[System.Diagnostics.CodeAnalysis.Experimental("EXTEXP0008", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[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.Diagnostics.CodeAnalysis.Experimental("EXTEXP0008", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<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
Herencia
Snapshot
Atributos

Constructores

Nombre Description
Snapshot(TimeSpan, TimeSpan, TimeSpan, UInt64)
Obsoletos.

Inicializa una nueva instancia de la Snapshot estructura.

Propiedades

Nombre Description
KernelTimeSinceStart
Obsoletos.

Obtiene la cantidad de tiempo de kernel transcurrido desde el inicio.

MemoryUsageInBytes
Obsoletos.

Obtiene el uso de memoria dentro del sistema en bytes.

TotalTimeSinceStart
Obsoletos.

Obtiene el tiempo total de CPU transcurrido desde el inicio.

UserTimeSinceStart
Obsoletos.

Obtiene la cantidad de tiempo de usuario transcurrido desde el inicio.

Se aplica a