Hello,

There is some issue reported by our test team that this release is bit slow in one of the operations.

So i was told to run the profiler. This is the first time i am running the profiler

I wanted to check particular function, so i put the breakpoint in the beginning and end of that function. Then run the profiler for the CPU usage. But strangely, the operation which is suspected to be issue, ( i.e the function with the breakpoints) is performed, but breakpoint is not hit. Profiler shows some part of the code, which i am not interested.

How to get the timing b/w the two breakpoints in the profiler.
Thankyou very much
pdk