Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dtool.h58 typedef void (*ps_sample_counter_t)(const void *, double); typedef
87 ps_sample_counter_t sample_counter;
H A Dpstimer.c57 ps_sample_counter_t sample_counter_functions[MAX_TOOLS];
162 sample_counter_functions[0] = (ps_sample_counter_t)dlsym( in initialize_library()