API Referenceveextensionsprofiling
Profiling VM Definitions
LuaJIT VM definition helpers for the profiling system. Provides bytecode and IR name tables used by the profiler to decode execution traces.
LuaJIT VM definition helpers for the profiling system. Provides bytecode and IR name tables used by the profiler to decode execution traces into human-readable output.
See Also
- Profiling (p) — Main profiler module
- Profiling (zone) — Zone-based profiling
Profiling (p)
LuaJIT profiler integration for detailed performance analysis. Provides low-level profiling hooks for measuring function execution times within the vehicle Lua VM.
Profiling Zones
Zone-based profiling system for marking and measuring code regions. Allows developers to tag sections of code and view aggregated timing data.