Home
last modified time | relevance | path

Searched refs:setEventTracingEnabled (Results 1 – 3 of 3) sorted by relevance

/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/include/easy/
H A Dprofiler.h279 # define EASY_SET_EVENT_TRACING_ENABLED(isEnabled) ::profiler::setEventTracingEnabled(isEnabled);
621 PROFILER_API void setEventTracingEnabled(bool _isEnable);
789 inline void setEventTracingEnabled(bool) { } in setEventTracingEnabled() function
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/
H A Dprofile_manager.h154 void setEventTracingEnabled(bool _isEnable);
H A Dprofile_manager.cpp370 PROFILER_API void setEventTracingEnabled(bool _isEnable) in setEventTracingEnabled() function
372 MANAGER.setEventTracingEnabled(_isEnable); in setEventTracingEnabled()
504 PROFILER_API void setEventTracingEnabled(bool) { }
1218 void ProfileManager::setEventTracingEnabled(bool _isEnable) in setEventTracingEnabled() function in ProfileManager