EventBase::getTimeOfDayCached

Returns the current event base time

説明

public float EventBase::getTimeOfDayCached()

On success returns the current time(as returned by gettimeofday() ), looking at the cached value in base if possible, and calling gettimeofday() or clock_gettime() as appropriate if there is no cached time.

パラメータ

この関数にはパラメータはありません。

戻り値

Returns the current event base time. On failure returns null.