Analog Devices Integrated Development Environment: Does CrossCore Embedded Studio (CCES) have a tool for measuring DSP processing time?

processor and microcontroller

You can measure processing time by inserting built-in functions before and after the target code and measuring the number of cycles.

ex.)
uint64_t cycles = __builtin_emuclk();
<body>
cycles = __builtin_emuclk() - cycles;
printf(“time=%lld\n”, cycles);

(Published in June 2021)

If the problem persists

Please feel free to ask us any questions using the inquiry form.
The person in charge of Analog Devices products will answer your question.

Experienced FAE
Free consultation is available.

From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.