namespace · developer.tuning
Developer tuning
Detached runtime tuning definitions and current values.
namespace developer.tuning
- Stable ID
developer.tuning- Owner
- app.runtime-tuning
- Authority
- read_only
- Timing
- immediate
- Availability
- runtime API 1
- Side effects
- none
- Determinism
- Stable namespace identity and normalized symbol order.
- Introduced
- 1.1.0
Usage
Use developer.tuning to discover detached runtime tuning values. The namespace does not change state.
Parameters
- None
Returns
The documented runtime tuning query contracts available to the package.
Cost
Namespace lookup is constant-time and performs no owner work.
Fields
This symbol has no fields.
Errors
- None
Examples
-- Read values through world.query("developer.tuning.values", request).
API history
- 1.1.0: Runtime tuning inspection namespace added.