Search the call tree
search_call_treeFind stack frames by class/method pattern with total and self time. Check if a suspected plugin appears and how heavy it is.
Instructions
Find stack frames whose Class.method matches a substring or /regex/, returned with total/self time. Useful to check whether a suspected plugin/mechanic appears and how heavy it is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| thread | No | Thread name (default 'Server thread'). | |
| pattern | Yes | Substring (case-insensitive) or /regex/. | |
| profileId | Yes | The id returned by load_profile. |