csharp
public record class ProfileThreadOne thread's samples, and where in the capture's window they fall.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public int ThreadIdThe managed thread id.
public string ThreadNameIts name.
public ProfilerSample[] SamplesIts samples, oldest first.
public IReadOnlyList<FlameNode> RootsThe depth-zero scopes, each with its children.
Methods (1)
public ProfileThread(int ThreadId, string ThreadName, ProfilerSample[] Samples, IReadOnlyList<FlameNode> Roots)One thread's samples, and where in the capture's window they fall.
Used by (5)
- CaptureTestsVixen.Editor.Profiler.Tests
- ProfileCaptureVixen.Editor.Profiler
- ProfileSummaryVixen.Editor.Profiler
- ProfilerModelVixen.Editor.Profiler
- ProfilerViewVixen.Editor.Profiler