#include <delay.h>
Static Public Methods | |
void | delay (long ms) |
Sleep. More... | |
unsigned long | getMilliticks () |
Gets current milliticks. More... |
This class should be used when sleeping for N milliseconds is necessary. Its implementation is system/platform dependend. It also contains other static methods working with milliseconds.
Definition at line 47 of file delay.h.
|
Sleep. This method delays calling thread for 'ms' milliseconds.
Definition at line 37 of file delay.cpp. Referenced by Prof::event_jvmShutDown(), Sampling::main(), and IProf::run().
|
|
Gets current milliticks.
Definition at line 51 of file delay.cpp. Referenced by Prof::event_monitorContendedEnter(), Prof::event_monitorContendedEntered(), and Sampling::main().
|