PerformanceReportItem Class
Represents the performance data for a single item in a PerformanceReport.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class PerformanceReportItem : EngineObjectInheritance Hierarchy
System.Object (not available in C#)
EngineObject
PerformanceReportItem
Platforms
Windows, Linux, Android
PerformanceReportItem Members
The PerformanceReportItem type has the following members.
Constructors
| Name | Description |
|---|---|
| PerformanceReportItem | Initializes a new instance of the PerformanceReportItem class. |
Properties
| Name | Description |
|---|---|
| CallCount | Gets or sets the number of times the object represented by the PerformanceReportItem was called. |
| ChildItems | Gets all child items of the PerformanceReportItem. |
| IsDisposed | Gets a value that tells whether the current PerformanceReportItem has been disposed. Inherited from EngineObject |
| Name | Gets or sets the name of the object the data is associated with. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current PerformanceReportItem represents. Inherited from EngineObject |
| PerformanceData | Gets or sets a value that indicates the kind of performance data the PerformanceReportItem contains. |
| Time | Gets the time spent in the object represented by the PerformanceReportItem. |
| TimeWithChildren | Gets the time spent in the object represented by the PerformanceReportItem and all child items. |
| TypeName | Gets or sets the name of the object type the data is associated with. |
| ValidCallCount | Gets or sets a value that indicates whether the CallCount property contains a valid value. |
Methods
| Name | Description |
|---|---|
| Clone | Creates a copy of an object. Inherited from EngineObject |
| Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
| Equals | Determines whether this instance is equal to another. Inherited from EngineObject |