Skip to content

Commit

Permalink
remove timers
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jul 17, 2023
1 parent 2b72f75 commit 59e26ee
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions gtsam/hybrid/HybridGaussianFactorGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,7 @@ hybridElimination(const HybridGaussianFactorGraph &factors,
return {nullptr, nullptr};
}

#ifdef HYBRID_TIMING
gttic_(hybrid_eliminate);
#endif

gttic_(hybrid_continuous_eliminate);
auto result = EliminatePreferCholesky(graph, frontalKeys);
gttoc_(hybrid_continuous_eliminate);

#ifdef HYBRID_TIMING
gttoc_(hybrid_eliminate);
#endif

return result;
};
Expand Down

0 comments on commit 59e26ee

Please sign in to comment.