csharp
public record class ProfilerThreadSamplesOne thread's worth of collected samples.
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 (11)
- DiagnosticsTestsVixen.Core.Diagnostics.Tests
- FrameGraphOverlayVixen.Engine
- ProfilerVixen.Core.Diagnostics
- TraceExporterVixen.Core.Diagnostics
- VixenApplicationVixen.App.Hosting
- BufferedProfileSourceVixen.Editor.Profiler
- CaptureTestsVixen.Editor.Profiler.Tests
- IProfileSourceVixen.Editor.Profiler
- LocalProfileSourceVixen.Editor.Profiler
- ProfileCaptureVixen.Editor.Profiler
- ProfilerModelVixen.Editor.Profiler