o_ReturneeCheckStat

open override fun o_ReturneeCheckStat(self: AvailObject): Statistic

Answer the Statistic used to record the cost of explicitly type checking returns back into the raw function. These are also collected into the returneeCheckStatisticsByName, to ensure unloading/reloading a module will reuse the same statistic objects.

Return

A Statistic, creating one if necessary.

Parameters

self

The raw function.