Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ start
Method
start
src/logging.cpp:216–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
std::chrono::time_point<std::chrono::high_resolution_clock> time_start;
215
216
void start()
217
{
218
time_start = std::chrono::high_resolution_clock::now();
219
}
220
221
double stop()
222
{
Callers
1
startTiming
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected