Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Public Member Functions | |
NONCOPYABLE (CProfileViewerInternals) | |
CProfileViewerInternals () | |
void | TableIsDeleted (AbstractProfileTable *table) |
Helper functions. More... | |
void | NavigateTree (int id) |
Public Attributes | |
bool | profileVisible |
Whether the profiling display is currently visible. More... | |
std::vector< AbstractProfileTable * > | rootTables |
List of root tables. More... | |
std::vector< AbstractProfileTable * > | path |
Path from a root table (path[0]) to the currently visible table (path[size-1]) More... | |
std::ofstream | outputStream |
File for saved profile output (reset when the game is restarted) More... | |
|
inline |
void CProfileViewerInternals::NavigateTree | ( | int | id | ) |
CProfileViewerInternals::NONCOPYABLE | ( | CProfileViewerInternals | ) |
void CProfileViewerInternals::TableIsDeleted | ( | AbstractProfileTable * | table | ) |
Helper functions.
std::ofstream CProfileViewerInternals::outputStream |
File for saved profile output (reset when the game is restarted)
std::vector<AbstractProfileTable*> CProfileViewerInternals::path |
Path from a root table (path[0]) to the currently visible table (path[size-1])
bool CProfileViewerInternals::profileVisible |
Whether the profiling display is currently visible.
std::vector<AbstractProfileTable*> CProfileViewerInternals::rootTables |
List of root tables.