You can run a process on the target (without the IDE) and collect the profiling
information while it's running. In order to collect profiling information, you have
to modify the way you normally launch your application by adding environment
variables:
Note: If you're launching using the IDE, you can specify the environment variables on
the Environment tab in the launch configuration.
Note: When you profile a running process, you can't use the Console view in the IDE to
interact with this process. If your running process requires user input through the
Console view, use a shell to interact with the process.