hi all,
I'm wondering if there is a tool for linux to do code coverage? means
list all code in a programm which is not hit by tests.
Thanks a lot in advance
best regards
Christian
I'm wondering if there is a tool for linux to do code coverage? means
list all code in a programm which is not hit by tests.
Thanks a lot in advance
best regards
Christian
> I'm wondering if there is a tool for linux to do code coverage? means
> list all code in a programm which is not hit by tests.
--ll
--
Paul Kimoto
This message was originally posted on Usenet in plain text. Any images,
hyperlinks, or the like shown here have been added without my consent,
and may be a violation of international copyright law.
However, it (and gprof and friends) appear to fail entirely with
shared libraries, which I find very annoying.
Anyone know why I shouldn't be able to build a set of shared libraries
and an executable using those with the appropriate flags, and then use
gprof (or gcov) and get useful information about what happened in the
shared libraries?
Or use something like oprofile:
http://oprofile.sourceforge.net/
which doesn't even require that you compile your programs in a special
way in order to get simple PC-sample-based profiling.
Ken
> > Anyone know why I shouldn't be able to build a set of shared libraries
> > and an executable using those with the appropriate flags, and then use
> > gprof (or gcov) and get useful information about what happened in the
> > shared libraries?
> --
> 2 dots does not a net make
best regards
Christian
1. Code coverage for .ksh scripts
Are there any _instrumentation_ tools or unit test tools that enable
"code coverage" testing to be performed and testing analysis/results to
be saved on shell scripts (ksh)?
Thanx
Joe
Sent via Deja.com http://www.deja.com/
Before you buy.
4. Linux hangs when playing .mp2 files with maplay
5. Code coverage tools for FreeBSD?
7. kernel code coverage tool ( GCOV )
9. Fw: kernel code coverage tool
10. Code coverage and memory allocation tools
11. Source code coverage tools
13. Q: Code coverage/error detection/performance analysis tools