Pyrogenesis
13997
|
Public Member Functions | |
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... | |
Private Member Functions | |
CProfileViewerInternals (const CProfileViewerInternals &rhs) | |
const CProfileViewerInternals & | operator= (const CProfileViewerInternals &rhs) |
Definition at line 44 of file ProfileViewer.cpp.
|
inline |
Definition at line 46 of file ProfileViewer.cpp.
|
private |
void CProfileViewerInternals::NavigateTree | ( | int | id | ) |
Definition at line 109 of file ProfileViewer.cpp.
|
private |
void CProfileViewerInternals::TableIsDeleted | ( | AbstractProfileTable * | table | ) |
Helper functions.
Definition at line 88 of file ProfileViewer.cpp.
std::ofstream CProfileViewerInternals::outputStream |
File for saved profile output (reset when the game is restarted)
Definition at line 62 of file ProfileViewer.cpp.
std::vector<AbstractProfileTable*> CProfileViewerInternals::path |
Path from a root table (path[0]) to the currently visible table (path[size-1])
Definition at line 55 of file ProfileViewer.cpp.
bool CProfileViewerInternals::profileVisible |
Whether the profiling display is currently visible.
Definition at line 49 of file ProfileViewer.cpp.
std::vector<AbstractProfileTable*> CProfileViewerInternals::rootTables |
List of root tables.
Definition at line 52 of file ProfileViewer.cpp.