Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |