mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user