Interface IExpressionAnalysisResult
- Namespace
- DotCompute.Abstractions.Kernels
- Assembly
- DotCompute.Abstractions.dll
Marker interface for different analysis result types. This allows different analysis result implementations to be used.
public interface IExpressionAnalysisResult
Properties
AnalysisTimestamp
Gets the analysis timestamp.
DateTimeOffset AnalysisTimestamp { get; }
Property Value
ComplexityMetrics
Gets the complexity metrics.
IComplexityMetrics ComplexityMetrics { get; }