type definitions for clocks and timing issues
Definition in file type_clock.h.
#include "scip/def.h"
Go to the source code of this file.
typedef enum SCIP_ClockType SCIP_CLOCKTYPE |
clock type to use
Definition at line 47 of file type_clock.h.
typedef struct SCIP_Clock SCIP_CLOCK |
clock timer
Definition at line 49 of file type_clock.h.
typedef struct SCIP_CPUClock SCIP_CPUCLOCK |
CPU clock counter
Definition at line 50 of file type_clock.h.
typedef struct SCIP_WallClock SCIP_WALLCLOCK |
wall clock counter
Definition at line 51 of file type_clock.h.
enum SCIP_ClockType |
Enumerator | |
---|---|
SCIP_CLOCKTYPE_DEFAULT | use default clock type |
SCIP_CLOCKTYPE_CPU | use CPU clock |
SCIP_CLOCKTYPE_WALL | use wall clock |
Definition at line 41 of file type_clock.h.