Engine.SetModuleProfiling
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.SetModuleProfiling
Syntax
Engine.SetModuleProfiling( adapterKeyName, enabled)
Purpose
Specifies whether the profiler collects timing information about code modules the specified adapter loads and executes.
Parameters
adapterKeyName As String
[In] Specifies which adapter for which to enable or disable profiler data collection. Pass an empty string to enable or disable profiling for all adapters.
enabled As Boolean
[In] Specifies whether to enable or disable profiler data collection.