![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "ProfileTimer.inl"
Go to the source code of this file.
Classes | |
class | Divide::Time::ProfileTimer |
class | Divide::Time::ScopedTimer |
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::Time |
Macros | |
#define | DVD_CORE_TIME_PROFILE_TIMER_H_ |
Functions | |
ProfileTimer & | Divide::Time::ADD_TIMER (const char *timerName) |
void | Divide::Time::REMOVE_TIMER (ProfileTimer *&timer) |
void | Divide::Time::START_TIMER (ProfileTimer &timer) noexcept |
void | Divide::Time::STOP_TIMER (ProfileTimer &timer) noexcept |
U64 | Divide::Time::QUERY_TIMER (const ProfileTimer &timer) noexcept |
string | Divide::Time::PRINT_TIMER (ProfileTimer &timer) |
#define DVD_CORE_TIME_PROFILE_TIMER_H_ |
Definition at line 34 of file ProfileTimer.h.