OpenClonk
C4Stat.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  C4MainStat
 
class  C4Stat
 

Macros

#define C4ST_STARTNEW(StatName, strName)
 
#define C4ST_NEW(StatName, strName)
 
#define C4ST_START(StatName)
 
#define C4ST_STOP(StatName)
 
#define C4ST_SHOWSTAT
 
#define C4ST_SHOWPARTSTAT(FrameCounter)
 
#define C4ST_RESET
 
#define C4ST_RESETPART
 

Macro Definition Documentation

◆ C4ST_NEW

#define C4ST_NEW (   StatName,
  strName 
)

Definition at line 151 of file C4Stat.h.

◆ C4ST_RESET

#define C4ST_RESET

Definition at line 156 of file C4Stat.h.

◆ C4ST_RESETPART

#define C4ST_RESETPART

Definition at line 157 of file C4Stat.h.

◆ C4ST_SHOWPARTSTAT

#define C4ST_SHOWPARTSTAT (   FrameCounter)

Definition at line 155 of file C4Stat.h.

◆ C4ST_SHOWSTAT

#define C4ST_SHOWSTAT

Definition at line 154 of file C4Stat.h.

◆ C4ST_START

#define C4ST_START (   StatName)

Definition at line 152 of file C4Stat.h.

◆ C4ST_STARTNEW

#define C4ST_STARTNEW (   StatName,
  strName 
)

Definition at line 150 of file C4Stat.h.

◆ C4ST_STOP

#define C4ST_STOP (   StatName)

Definition at line 153 of file C4Stat.h.