openMSX
Namespaces | Functions
Timer.hh File Reference
#include <cstdint>
Include dependency graph for Timer.hh:
This graph shows which files directly or indirectly include this file:

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).