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 ReportUserMetrics_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 ReportUserMetrics_Model