ProfilerTick Class |
[This is preliminary documentation and is subject to change.]
Namespace: MLAPI.Profiling
The ProfilerTick type exposes the following members.
| Name | Description | |
|---|---|---|
| ProfilerTick | Initializes a new instance of the ProfilerTick class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromStream |
Creates a ProfilerTick from data in the provided stream
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SerializeToStream |
Writes the current ProfilerTick to the stream
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EventId |
The id of the tick
| |
| Events |
The events that occured during this tick
| |
| Frame |
The frame the tick executed on
| |
| Type |
The type of tick
|