Class TraceFrame
Definition
Namespace: StardewUI.Framework.Diagnostics
Assembly: StardewUI.dll
Represents a single captured frame, or slice.
Inheritance
Object ⇦ TraceFrame
Implements
IEquatable<TraceFrame>
Members
Constructors
Name | Description |
---|---|
TraceFrame(string) | Represents a single captured frame, or slice. |
Properties
Name | Description |
---|---|
EqualityContract | |
Name | Name of the method or operation that was measured. |
Details
Constructors
TraceFrame(string)
Represents a single captured frame, or slice.
Parameters
Name
string
Name of the method or operation that was measured.
Properties
EqualityContract
Property Value
Name
Name of the method or operation that was measured.