drake  1.0.0
include/drake/eval.h File Reference
#include <drake/platform.h>
Include dependency graph for eval.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  args

Typedefs

typedef struct args args_t

Variables

drake_time_tinit
drake_time_tstart
drake_time_trun
drake_time_tkilled
size_t * core
int * execute

Typedef Documentation

typedef struct args args_t

Arguments passed to a drake streaming application under evaluation


Variable Documentation

size_t* core

Definition at line 37 of file eval.h.

int* execute

Array of boolean private for each processor. Takes value 1 if the processor runs the task at all and 0 otherwise

Definition at line 40 of file eval.h.

Pointers to time structures recording time when the corresponding task function runs

Definition at line 36 of file eval.h.

Definition at line 36 of file eval.h.

Definition at line 36 of file eval.h.

Definition at line 36 of file eval.h.