gwnavgeneration/generator/cellgeneratorprofiling.h Source File
Go to the documentation of this file.
18 class CellGeneratorProfiling
23 CellGeneratorProfiling()
27 , m_navRasterPaintingMs(0.0f)
28 , m_heightFieldMs(0.0f)
29 , m_boundariesMs(0.0f)
33 KyFloat32* GetRasterMs() {
return m_enabled ? &m_rasterMs :
nullptr; }
34 KyFloat32* GetNavRasterMs() {
return m_enabled ? &m_navRasterMs :
nullptr; }
35 KyFloat32* GetNavRasterPaintingMs() {
return m_enabled ? &m_navRasterPaintingMs :
nullptr; }
36 KyFloat32* GetHeightFieldMs() {
return m_enabled ? &m_heightFieldMs :
nullptr; }
37 KyFloat32* GetBoundariesMs() {
return m_enabled ? &m_boundariesMs :
nullptr; }
38 KyFloat32* GetNavCellMs() {
return m_enabled ? &m_navCellMs :
nullptr; }
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
float KyFloat32
float
Definition: types.h:32