Searched refs:_iteration_index (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/perfstubs/ |
| H A D | timer.h | 116 #define PERFSTUBS_DYNAMIC_PHASE_START(_phase_prefix, _iteration_index) \ argument 118 ps_dynamic_phase_start_(_phase_prefix, _iteration_index); 120 #define PERFSTUBS_DYNAMIC_PHASE_STOP(_phase_prefix, _iteration_index) \ argument 122 ps_dynamic_phase_stop_(_phase_prefix, _iteration_index); 160 #define PERFSTUBS_DYNAMIC_PHASE_START(_phase_prefix, _iteration_index) argument 161 #define PERFSTUBS_DYNAMIC_PHASE_STOP(_phase_prefix, _iteration_index) argument
|
| H A D | timer_f.h | 25 #define PERFSTUBS_DYNAMIC_PHASE_START(_phase_prefix, _iteration_index) \ argument 27 #define PERFSTUBS_DYNAMIC_PHASE_STOP(_phase_prefix, _iteration_index) \ argument 46 #define PERFSTUBS_DYNAMIC_PHASE_START(_phase_prefix, _iteration_index) 47 #define PERFSTUBS_DYNAMIC_PHASE_STOP(_phase_prefix, _iteration_index)
|