Method Performance Statistics
Hello All,
There are few tools for SQL optimization available and even query builder has Show Plan to give us an estimation of the resources needed to execute.
For Methods - Is there anything similar ??
I would like to see a similar approach as to the time taken for method to execute.
Is Studio Debugger only option ??
Discussion (2)1
Comments
Every class (with its methods) is compiled into an INT routine.
MOMLBL will help you diagnose performance on executed lines of code.
https://docs.intersystems.com/iris20181/csp/docbook/DocBook.UI.Page.cls…