Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name | |||
integer, | intent(in), | optional | :: | comm_world |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | a | ||
class(BaseProfiler), | intent(in), | target | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TimeProfiler), | intent(inout), | target | :: | new | ||
class(BaseProfiler), | intent(in), | target | :: | old |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MemoryProfiler), | intent(inout), | target | :: | new | ||
class(BaseProfiler), | intent(in), | target | :: | old |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | new | ||
class(BaseProfiler), | intent(in), | target | :: | old |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(in) | :: | this |
$ meter = AdvancedMeter(VmstatMemoryGauge())
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MemoryProfiler), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
integer, | intent(in), | optional | :: | comm_world |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
type(MeterNode), | intent(in) | :: | node |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | this | ||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
class(AbstractMeterNode), | intent(inout), | target | :: | node |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | this | ||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | this | ||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
class(AbstractMeterNode), | intent(inout), | target | :: | node |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | this | ||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
class(AbstractMeterNode), | intent(inout), | target | :: | node |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
class(AbstractMeterNode), | intent(inout), | target | :: | node |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout), | target | :: | this | ||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(BaseProfiler), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out), | optional | :: | rc |
type, extends(BaseProfiler) :: MemoryProfiler private contains procedure :: make_meter procedure :: copy end type MemoryProfiler