Variable ProfilingLevelConst

ProfilingLevel: Readonly<{
    all: "all";
    off: "off";
    slowOnly: "slow_only";
}> = ...