Hi All,
This is on how to get a profiler report via the IEE debug console. You need plsql developer to view this report.
First go to the system parameters and Check the Profiling is allowed. If not set to 'ON'. Restart the IEE.

Enable the debug console. Go to tools --> Advance --> Profile Server Invoke.

In the comment section give any value. (This is useful when finding the report)

Start the session and do the steps in IEE (which you want to measure the performance bottleneck). After steps done press stop in debug console.
Now log into the plsql developer. Open a new test window. Go to the profiler tab you will see the profiler report on the name given in comment field.
Cheers!!!!