Table of Contents

Class ProfilerStatistics

Namespace
DotCompute.Backends.OpenCL.Profiling
Assembly
DotCompute.Backends.OpenCL.dll

Overall profiler statistics for monitoring and diagnostics.

public sealed record ProfilerStatistics : IEquatable<ProfilerStatistics>
Inheritance
ProfilerStatistics
Implements
Inherited Members

Properties

ActiveSessions

Gets the number of currently active sessions.

public int ActiveSessions { get; init; }

Property Value

int

TotalEventsProfiled

Gets the total number of events profiled across all sessions.

public long TotalEventsProfiled { get; init; }

Property Value

long

TotalSessionsCreated

Gets the total number of profiling sessions created.

public long TotalSessionsCreated { get; init; }

Property Value

long