SCIP_Time Struct Reference
Detailed Description
Definition at line 82 of file nlpi_filtersqp.c.
Data Fields | |
| time_t | sec |
| long | usec |
Field Documentation
◆ sec
| time_t SCIP_Time::sec |
seconds part of time since epoch
Definition at line 84 of file nlpi_filtersqp.c.
Referenced by gettime(), and timeelapsed().
◆ usec
| long SCIP_Time::usec |
micro-seconds part of time
Definition at line 85 of file nlpi_filtersqp.c.
Referenced by gettime(), and timeelapsed().