摘要:
会影响到函数代码阅读的一些因素 1. 全局变量和 static 修饰的局部变量 2. 函数指针 一个函数只完成一件事 注意,在链接的时候需要注意的事: 链接文件不能区分硬件中的Flash和RAM。所以,需要手动分配。其中data和code是不同的。所以,在链接的时候,linker对它们的处理也是不同 阅读全文
posted @ 2021-12-03 14:10
panrui
阅读(98)
评论(0)
推荐(0)
摘要:
使用这个可以方便产生 Call GraphsCalled by Graphs Number of Call Occurrences (Value: 2) This metric shows the number of calls in a function body. Number of Calle 阅读全文
posted @ 2021-12-03 13:32
panrui
阅读(60)
评论(0)
推荐(0)