Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RssMemoryGauge), | intent(inout) | :: | this |
type, extends(AbstractGauge) :: RssMemoryGauge private integer(kind=INT64) :: baseline = 0 character(:), allocatable :: command contains procedure :: get_measurement end type RssMemoryGauge