Vixen
02b45cc4
csharp
public record class ProfilerThreadSamples

One thread's worth of collected samples.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public int ThreadId

    The managed thread id.

  • public string ThreadName

    The thread's name, or a generated one.

  • public ProfilerSample[] Samples

    The samples, oldest first.

Methods (1)

  • public ProfilerThreadSamples(int ThreadId, string ThreadName, ProfilerSample[] Samples)

    One thread's worth of collected samples.

Used by (10)

  • DiagnosticsTestsVixen.Core.Diagnostics.Tests
  • FrameGraphOverlayVixen.Engine
  • ProfilerVixen.Core.Diagnostics
  • TraceExporterVixen.Core.Diagnostics
  • BufferedProfileSourceVixen.Editor.Profiler
  • CaptureTestsVixen.Editor.Profiler.Tests
  • IProfileSourceVixen.Editor.Profiler
  • LocalProfileSourceVixen.Editor.Profiler
  • ProfileCaptureVixen.Editor.Profiler
  • ProfilerModelVixen.Editor.Profiler