SCIP-SDP  4.0.0
Public Attributes | List of all members
SDPI_Clock Struct Reference

Public Attributes

union {
   SDPI_CPUCLOCK   cpuclock
 
   SDPI_WALLCLOCK   wallclock
 
data
 
int nruns
 
SDPI_CLOCKTYPE clocktype
 

Detailed Description

clock timer

Definition at line 72 of file struct_sdpiclock.h.

Member Data Documentation

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
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().


The documentation for this struct was generated from the following file: