#include <cstdint>
#include "absl/log/check.h"
#include "absl/time/clock.h"
#include "absl/time/time.h"
#include "ortools/base/macros.h"
Go to the source code of this file.
◆ ClockTimer
A WallTimer clone meant to support SetClock(), for unit testing. But for now we just use WallTimer directly.
Definition at line 97 of file timer.h.
◆ CycleTimerInstance
◆ SimpleCycleTimer
◆ UserTimer
This is meant to measure the actual CPU usage time.
- Todo
- (user): implement it properly.
Definition at line 67 of file timer.h.