Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dtool.h53 typedef void (*ps_timer_stop_t)(const void *); typedef
82 ps_timer_stop_t timer_stop;
H A Dpstimer.c52 ps_timer_stop_t timer_stop_functions[MAX_TOOLS];
153 (ps_timer_stop_t)dlsym(RTLD_DEFAULT, "ps_tool_timer_stop"); in initialize_library()