Menu

PMTM_get_total_cpu_time

Iain Miller

PMTM_get_total_cpu_time

Fortran:

:::fortran
function PMTM_get_total_cpu_time(timer)

Retrieves the total cumulative CPU time stored in a given timer. The timer must be stopped for the returned time to be meaningful (this is checked when PMTM is compiled in debug mode).

:::fortran
    real :: PMTM_get_total_cpu_time

The current total CPU time

:::fortran
    type(pmtm_timer), intent(in) :: timer

The timer to return the total CPU time for.

C:

:::C
double PMTM_get_total_cpu_time(PMTM_timer_t timer)

Related

Wiki: PMTM

MongoDB Logo MongoDB