Calls the stop method for the timer contained in the flop rate type
Usage: call my_flop_rate%stop_time()
where my_flop_rate is an instance of flop_rate_type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(flop_rate_type), | intent(inout) | :: | self |
subroutine flop_rate_stop_time(self) !! Calls the stop method for the timer contained in the flop rate type !! !! Usage: call my_flop_rate%stop_time() !! !! where my_flop_rate is an instance of flop_rate_type !! class(flop_rate_type), intent(inout) :: self call self%m_timer%stop() end subroutine flop_rate_stop_time