Method that can be overridden by users to report their own custom metrics after file io
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Model), | intent(inout) | :: | this |
subroutine ReportMetrics_Model(this)
!! Method that can be overridden by users to
!! report their own custom metrics after file io
implicit none
class(Model),intent(inout) :: this
return
endsubroutine ReportMetrics_Model