SCIP_WallClock Struct Reference
Detailed Description
wall clock counter
Definition at line 57 of file struct_clock.h.
#include <struct_clock.h>
Data Fields | |
| long | sec |
| long | usec |
Field Documentation
◆ sec
| long SCIP_WallClock::sec |
seconds counter
Definition at line 59 of file struct_clock.h.
◆ usec
| long SCIP_WallClock::usec |
microseconds counter
Definition at line 60 of file struct_clock.h.
