PerformanceData Enumeration
Specifies the kind of performance data a PerformanceReportItem contains.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum PerformanceData
Values
Value name | Value | Description |
---|---|---|
None | 0 | Indicates that an item does not contain any performance data. Items of this type are used to represent SplitOperator objects whose performance data is represented by another item in a PerformanceReport. |
Draw | 1 | Indicates that an item contains information collected when something was drawn. |
Load | 2 | Indicates that an item contains information collected when data was loaded and processed by an operator chain. |
All | 3 | Indicates that in item contains information collected during both the drawing and loading phase of an update operation. |
Platforms
Windows, Linux, Android