Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dpstimer.c56 ps_create_counter_t create_counter_functions[MAX_TOOLS]; variable
124 create_counter_functions[0] = &ps_tool_create_counter; in initialize_library()
160 create_counter_functions[0] = (ps_create_counter_t)dlsym( in initialize_library()
310 for (i = 0 ; i < num_tools_registered ; i++) objects[i] = create_counter_functions[i](name); in ps_create_counter_()