Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dtool.h57 typedef void* (*ps_create_counter_t)(const char *); typedef
86 ps_create_counter_t create_counter;
H A Dpstimer.c56 ps_create_counter_t create_counter_functions[MAX_TOOLS];
160 create_counter_functions[0] = (ps_create_counter_t)dlsym( in initialize_library()