ArkScript
A small, fast, functional and scripting language for video games
Profiling.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COZ_PROGRESS_NAMED(name)
 
#define COZ_PROGRESS
 
#define COZ_BEGIN(name)
 
#define COZ_END(name)
 

Macro Definition Documentation

◆ COZ_BEGIN

#define COZ_BEGIN (   name)

Definition at line 11 of file Profiling.hpp.

◆ COZ_END

#define COZ_END (   name)

Definition at line 12 of file Profiling.hpp.

◆ COZ_PROGRESS

#define COZ_PROGRESS

Definition at line 10 of file Profiling.hpp.

◆ COZ_PROGRESS_NAMED

#define COZ_PROGRESS_NAMED (   name)

Definition at line 9 of file Profiling.hpp.