0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

(Core) Added macro USING_EASY_PROFILER which is defined when EasyProfiler is actually used.

This commit is contained in:
Victor Zarubkin 2016-12-14 21:40:46 +03:00
parent 7b63ae39d2
commit 0304a55c15

View File

@ -46,6 +46,14 @@ along with this program.If not, see <http://www.gnu.org/licenses/>.
\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.