openMSX
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
namespace | openmsx::Timer |
Functions | |
uint64_t | openmsx::Timer::getTime () |
Get current (real) time in us. | |
void | openmsx::Timer::sleep (uint64_t us) |
Sleep for the specified amount of time (in us). | |