![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "config.h"
#include "Headers/ProfileTimer.h"
#include "Headers/ApplicationTimer.h"
#include "Core/Headers/StringHelper.h"
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::Time |
namespace | Divide::Time::anonymous_namespace{ProfileTimer.cpp} |
Variables | |
std::array< ProfileTimer, Config::Profile::MAX_PROFILE_TIMERS > | Divide::Time::anonymous_namespace{ProfileTimer.cpp}::g_profileTimers |
std::array< bool, Config::Profile::MAX_PROFILE_TIMERS > | Divide::Time::anonymous_namespace{ProfileTimer.cpp}::g_profileTimersState |
bool | Divide::Time::anonymous_namespace{ProfileTimer.cpp}::g_timersInit = false |