recordTopStatementEvaluation

fun recordTopStatementEvaluation(sample: Double, module: A_Module)

Record the fact that a statement of the given module just took some number of nanoseconds to run.

Parameters

sample

The number of nanoseconds.

module

The module containing the top-level statement that ran.