我知道在linux下可以使用profile来做性能分析,但是如果我是在裸机或者contiki这种小体积的系统下应该怎么做呢?
试试systick,在感兴趣的函数开始和结束的时候调用start/stop counter进行统计
https://github.com/GorgonMeducer/Generic_MCU_Software_Infrastructure/blob/master/example/app_platform/app_platform.c