Hi, I want to use the gemx program to compute matrix multiplication in FPGA .
Here I want to know how to measure the execution time of these steps included:
1)read data from DDR to FPGA
2)compute matrix multiplication
3)write results from FPGA to DDR
which command should I use ?