Lines Matching refs:call
13 #define PERFSTUBS_INITIALIZE() call ps_initialize()
14 #define PERFSTUBS_FINALIZE() call ps_finalize()
15 #define PERFSTUBS_DUMP_DATA() call ps_dump_data()
16 #define PERFSTUBS_REGISTER_THREAD() call ps_register_thread()
18 call ps_timer_create_fortran(_timer_object, _timer_name//CHAR(0))
20 call ps_timer_start_fortran(_timer_object)
22 call ps_timer_stop_fortran(_timer_object)
24 call ps_set_parameter(_parameter_name//CHAR(0), parameter_value)
26 call ps_dynamic_phase_start(_phase_prefix//CHAR(0), _iteration_index)
28 call ps_dynamic_phase_stop(_phase_prefix//CHAR(0), _iteration_index)
30 call ps_create_counter_fortran(_counter_object, _name//CHAR(0))
32 call ps_sample_counter_fortran(_counter_object, _value)
34 call ps_set_metadata(_name//CHAR(0), _value//CHAR(0))