csharp
public record class ProfilerThreadSamplesOne 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 ThreadIdThe managed thread id.
public string ThreadNameThe thread's name, or a generated one.
public ProfilerSample[] SamplesThe 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