Engine.SetModuleProfiling
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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.