Class GeneratorStats
Performance statistics of the generator.
Inheritance
System.Object
GeneratorStats
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class GeneratorStats
Properties
Iterations
Declaration
public int Iterations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TimeTotal
Declaration
public double TimeTotal { get; set; }
Property Value
Type | Description |
---|---|
System.Double |