Resets the flop counter to 0_int64
Usage: call my_flop_recorder%reset()
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(flop_recorder_type), | intent(inout) | :: | self |
subroutine reset_flop_counter(self) !! Resets the flop counter to 0_int64 !! !! Usage: call my_flop_recorder%reset() !! class(flop_recorder_type), intent(inout) :: self self%flop_count = 0_int64 end subroutine reset_flop_counter