I am using opencv in my application and trying to profile my code..To know which function is taking much time.But when I use Gprof to profile my code it is not giving me the time taken by Opencv functions which are internally called by user functions...and my code is in C++
Can any one help me how to get opencv functions Profiling.I am using eclipse gprof plug-in for profiling.