gwnavgeneration/generator/cellgeneratorprofiling.h Source File
Go to the documentation of this file.
9 #ifndef GwNavGen_CellGeneratorProfiling_H
10 #define GwNavGen_CellGeneratorProfiling_H
20 class CellGeneratorProfiling
25 CellGeneratorProfiling()
29 , m_navRasterPaintingMs(0.0f)
30 , m_heightFieldMs(0.0f)
31 , m_boundariesMs(0.0f)
37 KyFloat32* GetNavRasterPaintingMs() {
return m_enabled ? &m_navRasterPaintingMs :
KY_NULL; }
38 KyFloat32* GetHeightFieldMs() {
return m_enabled ? &m_heightFieldMs :
KY_NULL; }
39 KyFloat32* GetBoundariesMs() {
return m_enabled ? &m_boundariesMs :
KY_NULL; }
#define KY_NULL
Null value.
Definition: types.h:247
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43