Vixen
02b45cc4
csharp
public record class ProfileThread

One 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 ThreadId

    The managed thread id.

  • public string ThreadName

    Its name.

  • public ProfilerSample[] Samples

    Its samples, oldest first.

  • public IReadOnlyList<FlameNode> Roots

    The 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