I am trying to do profiling for a bare metal application to compare the performance improvement of my custom peripheral vs running my application on the CPU
I tried to setup profiling by this document:
http://www.xilinx.com/support/documentation/sw_manuals/xilinx11/edk_prof.pdf
and enabled None for Timer to use the Xscutimer .
However when running I am getting no response from the board.
Moreover if I use the following command on the XMD console:
profile -config sampling_freq_hz 10000 binsize 4 profile_mem
I get this error:
ERROR: Profile Operation Not Supported on the Target
Could anybody help me with the right way to setup profiling?
Are there any documents on profiling for a baremetal application in zedboard?