| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name | |||
| class(AbstractGauge), | intent(in) | :: | gauge | |||
| integer, | intent(in) | :: | comm | |||
| 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(DistributedProfiler), | 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 = DistributedMeter(MpiTimerGauge())
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DistributedProfiler), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DistributedProfiler), | intent(inout), | target | :: | 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) :: DistributedProfiler private class(AbstractGauge), allocatable :: gauge integer :: comm = -1 contains procedure :: make_meter procedure :: reduce procedure :: copy end type DistributedProfiler