...
Option | Description |
---|---|
[-all] | Use this option to search through all code in the cache, not only the APL code. |
[-class <regexp>] | Use this option to add a regular expression to be matched when searching through the code. For example, |
[-threshold <byte code size>] | Use this option to set a byte code threshold, to be able to list slow methods with a byte code size lower than "8000". |
Return Codes
Listed below are the different return codes for the slowmethods
command:
...