MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / getSolverDurationAndReset

Method getSolverDurationAndReset

src/FactorGraph.cpp:701–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 }
700
701 double FactorGraph::getSolverDurationAndReset()
702 {
703 /** reset solver duration before value is returned */
704 const double Duration = _SolverDuration;
705 _SolverDuration = 0.0;
706 return Duration;
707 }
708
709 double FactorGraph::getMarginalDurationAndReset()
710 {

Callers 2

CreateGraphAndSolveFunction · 0.80
CreateGraphAndSolveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected