简体   繁体   中英

How to find Code Coverage of a C project in KEIL IDE?

I am using Keil uvison 5 Evaluation version. After Run/Stop the code in debug mode it shows 0% coverage for each function in my C project.

在此处输入图片说明

What steps need to be followed for getting the code coverage?

Unfortunately, common debuggers are unsuitable to trace code execution. Tracing user code avaliable only with UlinkPro debugger (and also without real hardware - in Keil simulator).

More information: http://www2.keil.com/coresight/#etm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM