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.