Hi all.
There is any so called "performance library" somewhere that i can use to optimize my code?
I wish to build up a code for "image evalueation", that divide the image in blocks and on every block compute the "correlogram", but that's not important. The important thing is that i perform a lot of "for cicles" and i need them to be optimized to obtain the best results in framerate terms.
1)So i definitly need information about DDR usage, memory resources needed, cpu usage, clock cicles, neck bottles and all that typical dsp stuff. Where can i fInd the instructions to get them?
2)Plus i want to ask you what software do you use to write and debug the c-code that you wants to run on the board. I use eclipse, but i don't know how to display on my monitor what the card will display on the tv is that possibile?
Thanks.
P.S.
3)I'm also quite interested in viewing an x11 application run on my dvevm, where can i find all steps decribed to do it?