Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(timer), | intent(in) | :: | self |
function toc(self)
class(timer), intent(in) :: self
real(kind=fffc_real_kind) :: toc
integer :: time_now, time_rate
call system_clock(time_now, time_rate)
toc = real(time_now - self%seed, fffc_real_kind)/time_rate
end function toc