Skip to content

Class TraceShared

Definition

Namespace: StardewUI.Framework.Diagnostics
Assembly: StardewUI.dll

Data shared between profiles.

public class TraceShared

Inheritance
Object ⇦ TraceShared

Remarks

StardewUI only uses a single profile, but this structure is required by speedscope.

Members

Constructors

Name Description
TraceShared()

Properties

Name Description
Frames The captured frames, or slices.

Details

Constructors

TraceShared()

public TraceShared();

Properties

Frames

The captured frames, or slices.

public System.Collections.Generic.List<StardewUI.Framework.Diagnostics.TraceFrame> Frames { get; }
Property Value

List<TraceFrame>