Home
last modified time | relevance | path

Searched refs:_timer (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/perfstubs/
H A Dtimer.h101 #define PERFSTUBS_TIMER_START(_timer, _timer_name) \ argument
102 static void * _timer = NULL; \
104 if (_timer == NULL) { \
105 _timer = ps_timer_create_(_timer_name); \
107 ps_timer_start_(_timer); \
110 #define PERFSTUBS_TIMER_STOP(_timer) \ argument
111 if (perfstubs_initialized == PERFSTUBS_SUCCESS) ps_timer_stop_(_timer); \
124 #define PERFSTUBS_TIMER_START_FUNC(_timer) \ argument
125 static void * _timer = NULL; \
127 if (_timer == NULL) { \
[all …]