|
About:
Java cvprof is a code coverage profiler that
records which parts of your software are executed
during a profiled invocation of the Java virtual
machine. An HTML report highlights lines whose
bytecode was not executed.
Release focus: Minor feature enhancements
Changes:
A race-condition in the VM-death handler that sometimes
caused Java to crash was fixed. A new command-line option
allows specification of a file listing packages and classes to be
excluded from profiling.
Author:
David Holroyd [contact developer]
Homepage:
http://www.badgers-in-foil.co.uk/projects/cvprof/
Tar/GZ:
http://www.badgers-in-foil.co.uk/projects/cvprof/cvprof-0.1.2.tar.gz
Demo site:
http://www.badgers-in-foil.co.uk/[..]prof/junit_html_cvprof_report/index.html
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|