Home
last modified time | relevance | path

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

/petsc/src/sys/perfstubs/
H A Dtimer_f.h25 #define PERFSTUBS_DYNAMIC_PHASE_START(_phase_prefix, _iteration_index) \ argument
26 call ps_dynamic_phase_start(_phase_prefix//CHAR(0), _iteration_index)
27 #define PERFSTUBS_DYNAMIC_PHASE_STOP(_phase_prefix, _iteration_index) \ argument
28 call ps_dynamic_phase_stop(_phase_prefix//CHAR(0), _iteration_index)
46 #define PERFSTUBS_DYNAMIC_PHASE_START(_phase_prefix, _iteration_index)
47 #define PERFSTUBS_DYNAMIC_PHASE_STOP(_phase_prefix, _iteration_index)
H A Dtimer.h116 #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