Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
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. |