General system helper functions. More...
Derived from: | None |
Derived by: | None |
Group: | System (Core) |
#include <ClanLib/core.h>
Class Members:
Attributes: | |
Get the current time (since system boot), in milliseconds. | |
Get the current time microseconds. | |
Returns the mutex used by CL_SharedPtr. | |
Return the number of CPU cores. |
| |
Allocates aligned memory. | |
Frees aligned memory. | |
Captures a stack back trace by walking up the stack and recording the information for each frame. | |
Returns the function names and lines for the specified stack frame addresses. | |
Sleep for 'millis' milliseconds. | |
Pause for 'millis' milliseconds. | |
Returns the full dirname of the executable that started this. | |
Calls the constructor of a class. | |
Calls the destructor of a class. |