ManaPlus
Macros
perfomance.h File Reference

(986a3bf)

Go to the source code of this file.

Macros

#define PROFILER_START()
 
#define PROFILER_END()
 
#define BLOCK_START(name)
 
#define BLOCK_END(name)
 
#define FUNC_BLOCK(name, id)
 

Macro Definition Documentation

◆ BLOCK_END

#define BLOCK_END (   name)

Definition at line 80 of file perfomance.h.

◆ BLOCK_START

#define BLOCK_START (   name)

Definition at line 79 of file perfomance.h.

◆ FUNC_BLOCK

#define FUNC_BLOCK (   name,
  id 
)

Definition at line 81 of file perfomance.h.

◆ PROFILER_END

#define PROFILER_END ( )

Definition at line 78 of file perfomance.h.

◆ PROFILER_START

#define PROFILER_START ( )

Definition at line 77 of file perfomance.h.