mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-28 01:04:41 +08:00
(Core) Added macro USING_EASY_PROFILER which is defined when EasyProfiler is actually used.
This commit is contained in:
parent
7b63ae39d2
commit
0304a55c15
@ -46,6 +46,14 @@ along with this program.If not, see <http://www.gnu.org/licenses/>.
|
|||||||
\defgroup profiler EasyProfiler
|
\defgroup profiler EasyProfiler
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/** Indicates that EasyProfiler is used.
|
||||||
|
|
||||||
|
\ingroup profiler
|
||||||
|
*/
|
||||||
|
#define USING_EASY_PROFILER
|
||||||
|
|
||||||
|
|
||||||
// EasyProfiler core API:
|
// EasyProfiler core API:
|
||||||
|
|
||||||
/** Macro for beginning of a block with custom name and color.
|
/** Macro for beginning of a block with custom name and color.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user