![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <timer.h>
Public Member Functions | |
| WallTimer () | |
| void | Reset () |
| void | Start () |
| void | Restart () |
| void | Stop () |
| double | Get () const |
| int64_t | GetInMs () const |
| int64_t | GetInUsec () const |
| absl::Duration | GetDuration () const |
| bool | IsRunning () const |
Protected Member Functions | |
| int64_t | GetNanos () const |