| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected