#include "lugre_prefix.h"#include "lugre_profile.h"#include <vector>#include <map>#include <set>#include "lugre_shell.h"

Go to the source code of this file.
Namespaces | |
| namespace | Lugre |
Defines | |
| #define | GET_TIMESTAMP ((unsigned int)(cShell::GetTicks())) |
| #define | CALLSTACK_ELEM_SIZE 3 |
Functions | |
| void | Lugre::ProfileDumpCallCount () |
| defined in profile.cpp, only does something if PROFILE_CALLCOUNT is enabled | |
Variables | |
| std::vector< void * > | Lugre::gCallStack |
| std::vector< void * > | Lugre::gHistory |
| bool | Lugre::gDoInit = true |
| #define CALLSTACK_ELEM_SIZE 3 |
Definition at line 24 of file lugre_profile.cpp.
| #define GET_TIMESTAMP ((unsigned int)(cShell::GetTicks())) |
Definition at line 15 of file lugre_profile.cpp.
1.5.6