|
SCIP-SDP
4.0.0
|
type definitions for clocks and timing issues More...
Go to the source code of this file.
Typedefs | |
| typedef enum SDPI_ClockType | SDPI_CLOCKTYPE |
| typedef struct SDPI_Clock | SDPI_CLOCK |
| typedef struct SDPI_CPUClock | SDPI_CPUCLOCK |
| typedef struct SDPI_WallClock | SDPI_WALLCLOCK |
Enumerations |
type definitions for clocks and timing issues
Definition in file type_sdpiclock.h.
| typedef enum SDPI_ClockType SDPI_CLOCKTYPE |
clock type to use
Definition at line 55 of file type_sdpiclock.h.
| typedef struct SDPI_Clock SDPI_CLOCK |
clock timer
Definition at line 57 of file type_sdpiclock.h.
| typedef struct SDPI_CPUClock SDPI_CPUCLOCK |
CPU clock counter
Definition at line 58 of file type_sdpiclock.h.
| typedef struct SDPI_WallClock SDPI_WALLCLOCK |
wall clock counter
Definition at line 59 of file type_sdpiclock.h.
| enum SDPI_ClockType |
| Enumerator | |
|---|---|
| SDPI_CLOCKTYPE_CPU |
use CPU clock |
| SDPI_CLOCKTYPE_WALL |
use wall clock |
Definition at line 50 of file type_sdpiclock.h.
1.8.11