|
SCIP-SDP
4.0.0
|
Public Attributes | |
| union { | |
| SDPI_CPUCLOCK cpuclock | |
| SDPI_WALLCLOCK wallclock | |
| } | data |
| int | nruns |
| SDPI_CLOCKTYPE | clocktype |
clock timer
Definition at line 72 of file struct_sdpiclock.h.
| SDPI_CPUCLOCK SDPI_Clock::cpuclock |
CPU clock counter
Definition at line 76 of file struct_sdpiclock.h.
Referenced by SDPIclockGetTime(), SDPIclockStart(), and SDPIclockStop().
| SDPI_WALLCLOCK SDPI_Clock::wallclock |
wall clock counter
Definition at line 77 of file struct_sdpiclock.h.
Referenced by SDPIclockGetTime(), SDPIclockStart(), and SDPIclockStop().
| union { ... } SDPI_Clock::data |
Referenced by SDPIclockGetTime(), SDPIclockStart(), and SDPIclockStop().
| int SDPI_Clock::nruns |
number of SCIPclockStart() calls without SCIPclockStop() calls
Definition at line 79 of file struct_sdpiclock.h.
Referenced by SDPIclockGetTime(), SDPIclockStart(), and SDPIclockStop().
| SDPI_CLOCKTYPE SDPI_Clock::clocktype |
current type of clock used
Definition at line 80 of file struct_sdpiclock.h.
Referenced by SDPIclockGetTime(), SDPIclockSetType(), SDPIclockStart(), and SDPIclockStop().
1.8.11