Class PerformanceOptimization
- Namespace
- DotCompute.Abstractions.Debugging
- Assembly
- DotCompute.Abstractions.dll
Performance optimization suggestion.
public class PerformanceOptimization
- Inheritance
-
PerformanceOptimization
- Inherited Members
Properties
Description
public string Description { get; init; }
Property Value
Implementation
public string Implementation { get; init; }
Property Value
PotentialSpeedup
public float PotentialSpeedup { get; init; }
Property Value
Type
public string Type { get; init; }