Sorry, my first message seems to not have made it out... Thanks for the review, I posted a v2 patch to the list.
On Tue, May 20, 2025 at 03:13:38PM +0100, Alex Bennée wrote: > This seems reasonable. Do you have any specific use cases where this > information is useful? In an embedded application with Tensorflow-lite micro that uses CMSIS-NN as backend. I optimized some compute kernels in the backend (think of matrix multiplication) for a Cortex-M core. Since these compute kernels are leaf functions (every helper is properly inlined), I used this patch to count the number of executed instructions within the kernels. Greetings, Steffen