Struct GeneratorDriverTimingInfo
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct GeneratorDriverTimingInfo
Properties
ElapsedTime
Declaration
public TimeSpan ElapsedTime { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
GeneratorTimes
Declaration
public ImmutableArray<GeneratorTimingInfo> GeneratorTimes { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<GeneratorTimingInfo> |