Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dpstimer.c52 ps_timer_stop_t timer_stop_functions[MAX_TOOLS]; variable
120 timer_stop_functions[0] = &ps_tool_timer_stop; in initialize_library()
152 timer_stop_functions[0] = in initialize_library()
275 for (i = 0; i < num_tools_registered ; i++) timer_stop_functions[i](objects[i]); in ps_timer_stop_()