Editor/Diagnostics/PerfProbes.cs

Simple editor-only static class that exposes a single boolean flag Enabled used to toggle performance probes or diagnostics.

namespace Grains.RazorDesigner.Diagnostics;

internal static class PerfProbes
{
	public static bool Enabled = true;
}