| 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 | { |
no outgoing calls
no test coverage detected