Nebula
Debug

ProfileSection

A named stretch of code whose cost is accumulated by NebulaProfiler.

generated from the sources
public sealed class ProfileSection

A named stretch of code whose cost is accumulated by NebulaProfiler. Begin/End are a Stopwatch.GetTimestamp read each, cheap enough to leave in shipping workers.

Fields

Name

public readonly string Name;

Methods

Begin

public void Begin();

End

public void End();

On this page