Class CudaUnifiedMemoryMetrics
Metrics for unified memory functionality.
public sealed class CudaUnifiedMemoryMetrics
- Inheritance
-
CudaUnifiedMemoryMetrics
- Inherited Members
Properties
EfficiencyScore
Gets or sets the efficiency score (0.0 to 1.0).
public double EfficiencyScore { get; set; }
Property Value
MigrationOverhead
Gets or sets the migration overhead in milliseconds.
public double MigrationOverhead { get; set; }
Property Value
PageFaults
Gets or sets the number of page faults.
public ulong PageFaults { get; set; }