NVBIO
|
#include <nvbio/basic/types.h>
Go to the source code of this file.
Namespaces | |
nvbio | |
Define a vector_view POD type and plain_view() for std::vector. | |
Macros | |
#define | NVBIO_INC_UTILIZATION(v1, v2) |
#define | NVBIO_STATS_SET(x, v) |
#define | NVBIO_STATS_ADD(x, v) |
#define | NVBIO_STATS(stmnt) |
#define NVBIO_INC_UTILIZATION | ( | v1, | |
v2 | |||
) |
Definition at line 52 of file profiling.h.
#define NVBIO_STATS | ( | stmnt) |
Definition at line 55 of file profiling.h.
#define NVBIO_STATS_ADD | ( | x, | |
v | |||
) |
Definition at line 54 of file profiling.h.
#define NVBIO_STATS_SET | ( | x, | |
v | |||
) |
Definition at line 53 of file profiling.h.