Instruments an application so that it counts total operations in a region of code.
Function that receives an $op. If returns false, $op will not be counted.
Adds code that prints the operation counting report.
Instruments an application so that it counts total operations in a region of code.
Param: filterFunction
Function that receives an $op. If returns false, $op will not be counted.