| View previous topic :: View next topic |
| Author |
Message |
happycoding
Joined: 22 Jan 2006 Posts: 31
|
Posted: Wed Jan 25, 2006 1:18 am Post subject: How to detect performance bottleneck? |
|
|
I want to optimize "PMP Mod 1.01" for AVC decoder (it's only 8fps for 480*272 600kbps AVC now), and I know I can set two time counters (one for total run time, one for a target function's total run time) to try to catch the bottle neck function (eg. H264_decoder_frame). But I prefer to find a general solution: record every functions' call times/total run times for better performance tuning. Actually I did it in windows by using Microsoft's Visual C++.
My questions: Is there any similar tools/run-time-options for it? Maybe PSPDEV has already supported it?
Thank you! |
|
| Back to top |
|
 |
weak
Joined: 13 Jan 2005 Posts: 114 Location: Vienna, Austria
|
Posted: Wed Jan 25, 2006 1:33 am Post subject: |
|
|
| you might wanna take a look at samples/debug/profiler |
|
| Back to top |
|
 |
happycoding
Joined: 22 Jan 2006 Posts: 31
|
|
| Back to top |
|
 |
|