Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | header(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiColumn), | intent(inout) | :: | this | |||
class(TextColumn), | intent(in) | :: | column |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this | |||
character(len=*), | intent(inout) | :: | rows(:) | |||
character(len=1), | intent(in), | optional | :: | space |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ProfileReporter), | intent(in), | target | :: | this | ||
class(BaseProfiler), | intent(in), | target | :: | p |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ProfileReporter), | intent(in), | target | :: | this | ||
class(BaseProfiler), | intent(in), | target | :: | p |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiColumn), | intent(in) | :: | this | |||
character(len=:), | intent(out), | allocatable | :: | header(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiColumn), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiColumn), | intent(in) | :: | this | |||
class(AbstractMeterNode), | intent(in), | target | :: | node | ||
character(len=:), | intent(out), | allocatable | :: | rows(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this | |||
character(len=*), | intent(inout) | :: | separator(k) | |||
integer, | intent(in) | :: | k |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(inout) | :: | this | |||
character(len=1), | intent(in) | :: | separator |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(TextColumn), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | column_width |
type, extends(MultiColumn) :: ProfileReporter private contains procedure :: generate_report_profiler generic :: generate_report => generate_report_profiler end type ProfileReporter