53 {
54 bool currentlyEnabled = EnProfiler.IsEnabledC();
55 EnProfiler.Enable(!currentlyEnabled, true);
56 if (
Assert(currentlyEnabled != EnProfiler.IsEnabledC()))
57 {
58 EnProfiler.Enable(currentlyEnabled, true);
59 return BTFR(
Assert(currentlyEnabled == EnProfiler.IsEnabledC()));
60 }
61
63 }
TFResult NTFR(TFR result)
bool Assert(bool condition)
TFResult BTFR(bool result)