Hi,
I'm trying to run a benchmark-like algoritm on the zedboard using the SDK (like the helloWorld program in the labs here on ZedBoard.org).
My poblem is that when i'm trying to get the time,
startTime = ftime(&tmb);
I get an error that ftime cannot be found.
Is there an commonly used way to get the time?
Thanks for answers :)
Anders Viken