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

Method reset

src/logging.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 void reset()
208 {
209 duration = 0;
210 count = 0;
211 }
212
213#ifdef LIBFREENECT2_WITH_CXX11_SUPPORT
214 std::chrono::time_point<std::chrono::high_resolution_clock> time_start;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected