Return if script profiling is enabled through EnProfiler.
- Заметки
- When using "-profile" launch parameter, it will enable it through EnProfiler, so this will return true
- Возвращает
bool
Whether script profiling is enabled through script profiler
Set of methods for accessing script profiling data.
static bool IsEnabledP()
Return if script profiling is enabled through EnProfiler.
См. определение в файле EnProfiler.c строка 138
139 {
141 }
EnProfilerEnabledFlags
There are 3 states which can be toggled that governs whether script profiling is enabled or not.
static proto int IsEnabled()
Return if script profiling is enabled.
Перекрестные ссылки IsEnabled().
Используется в EnProfilerTests::TestToggling().