Overload List

  NameDescription
Controller()()()

Creates a contoller to profile application itself, i.e. to profile the CLR running the code that invokes this constructor.

The application must have been started with the profiler; see http://www.yourkit.com/docs/net45/help/running_with_profiler.jsp:

Controller(String, Int32)

Creates a contoller to profile application given host it is running and the port its profiler agent listens to.

The application must have been started with the profiler; see http://www.yourkit.com/docs/net45/help/running_with_profiler.jsp:

Note that the constructor attempts to connect to the specified application. If connection fails, an exception is thrown.

See Also