MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / resetTime

Method resetTime

source/MRViewer/MRAsyncTimer.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void AsyncTimer::resetTime()
27{
28 std::unique_lock lock( mutex_ );
29 time_.reset();
30 //no need to notify
31}
32
33void AsyncTimer::terminate()
34{

Callers 1

resetMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected