Glfw library doesn't include timer related methods?

glfwGetTime, glfwSetTime, glfwGetTimerValue, glfwGetTimerFrequency, at the least, there might be others.

when looking through the code the only thing i found related to timers was the event loop timeout.

just use time() instead.