Engine.SetModuleProfiling
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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.