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

Method finish

source/MRMesh/MRTimer.cpp:202–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void Timer::finish()
203{
204 if ( !started_ )
205 return;
206 started_ = false;
207 auto currentParent = currentRecord->parent;
208 if ( !currentParent )
209 return;
210
211 currentRecord->time += high_resolution_clock::now() - start_;
212 ++currentRecord->count;
213
214 currentRecord = currentParent;
215}
216
217} //namespace MR

Callers 4

loadSingleModelFromObjFunction · 0.80
loadModelsFromObjFunction · 0.80
cutMeshFunction · 0.80
mainInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected