Vixen
02b45cc4
csharp
public readonly ref struct Profiler.Scope

An open profiling scope. A ref struct, so it cannot outlive the frame that opened it or be captured into something that closes it on another thread.

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

Methods (1)

  • public void Dispose()

    Closes the scope and records the sample.

Used by (2)

  • ProfilerVixen.Core.Diagnostics
  • EditorHostVixen.Editor.Host