Forum Discussion
Altera_Forum
Honored Contributor
8 years agoProfiling OpenCL kernel code
Setting up profiling for standard applications is usually fairly trivial. For example, to generate C or C++ language code coverage analysis, it's a simple matter of adding "--coverage" to the gcc co...
Altera_Forum
Honored Contributor
8 years agoProfiling is supported in aoc:
aoc --profile --board <board> <kernel file> Then use "aocl report <.aocx file> profile.mon" after running the kernel on the device to see the profile info. clGetEventProfilingInfo is on the host when you are using events. Are you looking for something different?