CmdSystemDiagnosticsSet
Configures pointer tracing and runtime profiling.
Arguments
All fields are optional.
| Field | Type | Description |
|---|---|---|
| profilingEnabled | bool | Enables profiling collection |
| profilingDetail | basic | full |
Sets profiling output granularity |
| profilingSamplingPercent | u8 | Profiling sampling (0..=100) |
| profilingWindowFrames | u8 | Sliding window size (1..=120) |
| traceLevel | off | errors | basic | full |
Trace level for pointer events |
| traceSamplingPercent | u8 | Trace sampling (0..=100) |
Response
Returns CmdResultSystemDiagnosticsSet:
| Field | Type | Description |
|---|---|---|
| success | bool | Whether configuration was applied |
| message | String | Status message |
Documentation Vulfram Core