다음을 통해 공유


IActiveScriptProfilerControl Interface

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.

See also

Active Script Profiler Interfaces