diff --git a/easy_profiler_core/include/easy/profiler.h b/easy_profiler_core/include/easy/profiler.h index ced60a6..add7d10 100644 --- a/easy_profiler_core/include/easy/profiler.h +++ b/easy_profiler_core/include/easy/profiler.h @@ -46,6 +46,14 @@ along with this program.If not, see . \defgroup profiler EasyProfiler */ + +/** Indicates that EasyProfiler is used. + +\ingroup profiler +*/ +#define USING_EASY_PROFILER + + // EasyProfiler core API: /** Macro for beginning of a block with custom name and color.