From 0304a55c150a5165d38c7e44eea9a492c5d88cd6 Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Wed, 14 Dec 2016 21:40:46 +0300 Subject: [PATCH] (Core) Added macro USING_EASY_PROFILER which is defined when EasyProfiler is actually used. --- easy_profiler_core/include/easy/profiler.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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.