StopWatch.getCurrentFPS

Returns the current framerate per seconds. If frame_ms is not null, the average ms per frame is stored there

struct StopWatch
@nogc
uint
getCurrentFPS
nothrow
(
uint* frame_ms = null
)

Meta