Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dtool.h52 typedef void (*ps_timer_start_t)(const void *); typedef
81 ps_timer_start_t timer_start;
H A Dpstimer.c51 ps_timer_start_t timer_start_functions[MAX_TOOLS];
151 (ps_timer_start_t)dlsym(RTLD_DEFAULT, "ps_tool_timer_start"); in initialize_library()