Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dtool.h51 typedef void* (*ps_timer_create_t)(const char *); typedef
80 ps_timer_create_t timer_create;
H A Dpstimer.c50 ps_timer_create_t timer_create_functions[MAX_TOOLS];
148 (ps_timer_create_t)dlsym(RTLD_DEFAULT, in initialize_library()