Go to the source code of this file.
Macros | |
#define | TIMER(N, F) {GPTLstart(N); F; GPTLstop(N);} |
#define | FENCED_TIMER(N, F) {GPTLstart(N); F; Kokkos::fence(); GPTLstop(N);} |
#define | TIMER_NS(N, F) GPTLstart(N); F; GPTLstop(N); |
Functions | |
static int | GPTLinitialize () |
static int | GPTLstart (const char *name) |
static int | GPTLstop (const char *name) |
static int | GPTLpr_file (const char *name) |
|
static |
|
static |
|
static |
|
static |