forked from SimonKagstrom/kcov
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork of bcov that supports the kernel and some other functionality
License
GArik/kcov
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Kcov is a code coverage tester based on Bcov (http://bcov.sf.net). Kcov, like Bcov, uses DWARF debugging information to make it possible to collect coverage information without special compiler switches. Simple usage: kcov /path/to/outdir executable [args for the executable] /path/to/outdir will contain lcov-style HTML output generated continously while the application runs. kcov is written by Simon Kagstrom <simon.kagstrom@gmail.com> and more information can be found at the web page, http://simonkagstrom.github.com/kcov/index.html
About
Fork of bcov that supports the kernel and some other functionality
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 86.2%
- C 13.5%
- Shell 0.3%