Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Implemented by the scripting engine that supports profiling. Typically, an object that implements the IActiveScriptProfilerControl also implements the IActiveScript interface. In this case, you can obtain a handle to the IActiveScriptProfilerControl interface by calling the IUnknown::QueryInterface method on the object. The interface provides the necessary methods for stopping and starting profiling on the scripting engine.
Methods
| Method | Description |
|---|---|
| IActiveScriptProfilerControl::StartProfiling | Starts profiling on the scripting engine. |
| IActiveScriptProfilerControl::SetProfilerEventMask | Sets the profiler event mask in the scripting engine. |
| IActiveScriptProfilerControl::StopProfiling | Stops profiling on the scripting engine. |