简体   繁体   English

如何获得 Windows 驱动程序的代码覆盖率

[英]How can I get code coverage for my windows driver

I am developing drivers for windows for SOCs, I need a way to get the code coverage in percentage for my driver, but it seems lots of tools are for apps, they don't work for windows kernel我正在为 SOC 的 windows 开发驱动程序,我需要一种方法来获得我的驱动程序的代码覆盖率百分比,但似乎有很多工具适用于应用程序,它们不适用于 windows 内核

Is there some info I don't know?有什么我不知道的信息吗? How can I get the coverage for windows kernel?如何获得 Windows 内核的覆盖范围?

Bullseye支持内核模式代码覆盖率。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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