reset the flop rate type, this will reset the timer and the flop recorder
Usage: call my_flop_rate%reset()
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_reset(self) !! reset the flop rate type, this will reset the timer and the flop recorder !! !! Usage: call my_flop_rate%reset() !! !! where my_flop_rate is an instance of flop_rate_type !! class(flop_rate_type), intent(inout) :: self call self%m_flops%reset() end subroutine flop_rate_reset