type_clock.h File Reference
Detailed Description
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.
Typedefs | |
typedef enum SCIP_ClockType | SCIP_CLOCKTYPE |
typedef struct SCIP_Clock | SCIP_CLOCK |
typedef struct SCIP_CPUClock | SCIP_CPUCLOCK |
typedef struct SCIP_WallClock | SCIP_WALLCLOCK |
Enumerations | |
enum | SCIP_ClockType { SCIP_CLOCKTYPE_DEFAULT = 0, SCIP_CLOCKTYPE_CPU = 1, SCIP_CLOCKTYPE_WALL = 2 } |
Typedef Documentation
◆ SCIP_CLOCKTYPE
typedef enum SCIP_ClockType SCIP_CLOCKTYPE |
clock type to use
Definition at line 38 of file type_clock.h.
◆ SCIP_CLOCK
typedef struct SCIP_Clock SCIP_CLOCK |
clock timer
Definition at line 40 of file type_clock.h.
◆ SCIP_CPUCLOCK
typedef struct SCIP_CPUClock SCIP_CPUCLOCK |
CPU clock counter
Definition at line 41 of file type_clock.h.
◆ SCIP_WALLCLOCK
typedef struct SCIP_WallClock SCIP_WALLCLOCK |
wall clock counter
Definition at line 42 of file type_clock.h.
Enumeration Type Documentation
◆ SCIP_ClockType
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 32 of file type_clock.h.