Fortran:
:::fortran
subroutine PMTM_timer_output(instance , err_code)
Prints all the results of the timers associated with the given instance. OpenMP All activities on instance should have ceased prior to calling this subroutine.
:::fortran
integer, intent(in)::instance
The handle of the instance for whose timers to output.
:::fortran
integer, intent(out)::err_code
Will be set to PMTM_SUCCESS if the call was successful and the appropriate error code if not.
C:
:::C
PMTM_error_t PMTM_timer_output(PMTM_instance_t instance)