Use absl::time

Replace WallTimeInSeconds with absl::Now and use
absl::Time and absl::Duration objects instead of doubles.

wall_time.h/cc -> event_logger.h/cc

Change-Id: I41279961368840fbdf6bb3456ffdbdf2f9bfb85b
This commit is contained in:
Sameer Agarwal
2024-08-08 07:18:44 -07:00
parent 03caeed1c6
commit b97ffeadbb
26 changed files with 132 additions and 157 deletions
-1
View File
@@ -43,7 +43,6 @@
#include "absl/log/check.h"
#include "ceres/graph.h"
#include "ceres/internal/export.h"
#include "ceres/wall_time.h"
namespace ceres::internal {