![]() |
Castor3D 0.17.0
Multiplatform 3D engine
|
#include <BlockTimer.hpp>


Public Member Functions | |
| CU_API | BlockTimer (char const *file, char const *function, String name, uint32_t line) |
| CU_API | ~BlockTimer () noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from castor::NonMovable | |
| NonMovable ()=default | |
| Constructor. | |
| ~NonMovable () noexcept=default | |
| Destructor. | |
| CU_API castor::BlockTimer::BlockTimer | ( | char const * | file, |
| char const * | function, | ||
| String | name, | ||
| uint32_t | line ) |
| [in] | file | Function file. |
| [in] | function | Caller function. |
| [in] | name | The block name. |
| [in] | line | Function line. |
|
noexcept |