Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dtool.h62 typedef void (*ps_get_counter_data_t)(ps_tool_counter_data_t *); typedef
91 ps_get_counter_data_t get_counter_data;
H A Dpstimer.c60 ps_get_counter_data_t get_counter_data_functions[MAX_TOOLS];
168 get_counter_data_functions[0] = (ps_get_counter_data_t)dlsym( in initialize_library()