PerformanceReport Class
Represents the performance data collected by a Profiler.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class PerformanceReport : EngineObjectInheritance Hierarchy
System.Object (not available in C#)
EngineObject
PerformanceReport
Platforms
Windows, Linux, Android
PerformanceReport Members
The PerformanceReport type has the following members.
Constructors
| Name | Description |
|---|---|
| PerformanceReport | Initializes a new instance of the PerformanceReport class. |
Properties
| Name | Description |
|---|---|
| ChildItems | Gets the top level items in a PerformanceReport. |
| IsDisposed | Gets a value that tells whether the current PerformanceReport has been disposed. Inherited from EngineObject |
| NativeHandle | Gets the native Carmenta Engine kernel object the current PerformanceReport represents. Inherited from EngineObject |
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 |
| Load | Loads a file that contains a performance report. |
| Save | Saves a PerformanceReport to the specified file. |