addNanosecondsCheckingResultType

fun addNanosecondsCheckingResultType(deltaNanoseconds: Long, interpreterIndex: Int)

Record that some number of nanoseconds were just expended checking the type of the value returned by this primitive.

Parameters

deltaNanoseconds

The amount of time just spent checking the result type.

interpreterIndex

The interpreterIndex of the current thread's interpreter.