ClassLuaDebugAdapternew
Members
| start_profile{show_hook_events?=…} | Start recording profiler timings. [...] | |
Start recording profiler timings. [...] | ||
| stop_profile() | Stop recording profiler timings and save to script_output. | |
Stop recording profiler timings and save to script_output. | ||
| describe_field(name, value) | → DebugVariable | Prepare a default debug view entry for a field, to assist in preparing custom listings. |
Prepare a default debug view entry for a field, to assist in preparing custom listings. | ||
| tags | :: R AnyBasic | The value from the |
The value from the | ||
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||
Methods
start_profile{show_hook_events?=…}
Parameters
Table (optional) with the following fields:
| show_hook_events | :: boolean? | Include events to indicate time spent in hooks |
Include events to indicate time spent in hooks | ||

