Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dpstimer.c25 #define MAX_TOOLS 1 macro
46 ps_initialize_t initialize_functions[MAX_TOOLS];
47 ps_register_thread_t register_thread_functions[MAX_TOOLS];
48 ps_finalize_t finalize_functions[MAX_TOOLS];
49 ps_dump_data_t dump_data_functions[MAX_TOOLS];
50 ps_timer_create_t timer_create_functions[MAX_TOOLS];
51 ps_timer_start_t timer_start_functions[MAX_TOOLS];
52 ps_timer_stop_t timer_stop_functions[MAX_TOOLS];
53 ps_set_parameter_t set_parameter_functions[MAX_TOOLS];
54 ps_dynamic_phase_start_t dynamic_phase_start_functions[MAX_TOOLS];
[all …]