Altera_Forum
Honored Contributor
10 years agoThe profiling option for kernel file is not working
I am working with a DE1SOC board from terasic/Quartus II/version 15.0/Windows 7/64/
I am able to run the my OpenCL code on the board. But, I couldn't able to run the GUI profiler to estimate the kernel performance. I compiled my .aocx file with aoc --profile <your_kernel_filename>.cl this code. Then I compiled my host file. Then I executed my kernel file and host file on the board. But, when I tried to launch the profiler with this code aocl report <your_kernel_filename>.aocx profile.mon, the error is: Invalid profile.mon file supplied. Any help on this issue would be highly appreciated. Thanks.