gwnavruntime/channel/channelarraycomputerstats.h Source File
Go to the documentation of this file.
10 #ifndef Navigation_ChannelArrayComputerStats_H
11 #define Navigation_ChannelArrayComputerStats_H
19 class VisualDebugServer;
21 class ChannelArrayComputerStats
25 ChannelArrayComputerStats();
30 void PrintStats() const;
32 void PrintTotalTime() const;
34 void SendVisualDebug(VisualDebugServer* visualDebugServer, const
char* groupName) const;
38 KyFloat32 m_diagonalstripComputer_ComputeDiagonals;
39 KyFloat32 m_diagonalstripComputer_ComputeDiagonals_CanGo;
40 KyFloat32 m_diagonalstripComputer_ComputeMaxRadius;
41 KyFloat32 m_diagonalstripComputer_ComputeNeighbor;
53 #endif // Navigation_ChannelArrayComputerStats_H
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