IActiveScriptProfilerControl2 Interface

Provides methods that add the ability to start or stop profiling when a script is running.

Methods

Method Description
IActiveScriptProfilerControl2::CompleteProfilerStart Notifies the profiler that you have started profiling on all applicable scripting engines. This enables you to obtain the complete call stack if JavaScript is running when you start profiling.
IActiveScriptProfilerControl2::PrepareProfilerStop Notifies the profiler that you are going to stop profiling on all applicable scripting engines. This enables you to obtain the complete call stack if JavaScript is running when you stop profiling.

See also

IActiveScriptProfilerControl Interface
Active Script Profiler Interfaces