MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / Timer

Method Timer

src/logging.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 size_t count;
198
199 Timer()
200 {
201#if defined(LIBFREENECT2_WITH_OPENGL_SUPPORT)
202 glfwInit();
203#endif
204 reset();
205 }
206
207 void reset()
208 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected