search for: lgcov

Displaying 7 results from an estimated 7 matches for "lgcov".

Did you mean: gcov
2010 Apr 01
2
Adding regression lines to each factor on a plot when using ANCOVA
...,102.8,107.2,104.1,51.7,45.5,50.6,27.5,26.6,27.5,26.9,25.4,23.7,21.7,22.2,23.8,46.9,51.5,49.4,33.4,33.1,33.2,34.7,39.3,41.7,40.5,42.7,41.8) dataset <- cbind(groups, beak.lgth, mass) # ANCOVA function anc <- function(variable, covariate, group){ # transform data lgVar <- log10(variable) lgCov <- log10(covariate) # separate regression lines for each group model1 <- lm(lgVar ~ lgCov + group + lgCov:group) model1.summ <- summary(model1) model1.anv <- anova(model1) # separate regression lines for each group, but with the same slope model2 <- lm(lgVar ~ lgCov + group...
2017 Aug 31
2
The issue about code coverage for libguestfs
...-empty-UUIDs-for-swap-partitions-RHBZ-1.patch - +Patch0037: 0037-possible-link-fix.patch # Use git for patch management. BuildRequires: git @@ -815,6 +815,8 @@ %build +CFLAGS="-fprofile-arcs -ftest-coverage -g -O0"; export CFLAGS +LDFLAGS="-fprofile-arcs -ftest-coverage -lgcov"; export LDFLAGS # Test if network is available. ip addr list ||: ip route list ||: @@ -852,6 +854,7 @@ --disable-golang \ $extra +sed -i 's/^CFLAGS = -fprofile-arcs -ftest-coverage -g -O0/CFLAGS = /g' /home/mockbuild/rpmbuild/BUILD/libguestfs-1.36.5/ocaml/Makefile # Buildi...
2017 Sep 01
2
Re: The issue about code coverage for libguestfs
...> > http://libguestfs.org/guestfs-building.1.html I will read it later. And I need to think about how to do code coverage in this way. Thanks. > > > +CFLAGS="-fprofile-arcs -ftest-coverage -g -O0"; export CFLAGS > > +LDFLAGS="-fprofile-arcs -ftest-coverage -lgcov"; export LDFLAGS > > > +sed -i 's/^CFLAGS = -fprofile-arcs -ftest-coverage -g -O0/CFLAGS = /g' > > /home/mockbuild/rpmbuild/BUILD/libguestfs-1.36.5/ocaml/Makefile > > > ../libmlguestfs.a(libguestfsocaml_a-utils.o): In function > > `guestfs_int_string_is_...
2017 Aug 31
0
Re: The issue about code coverage for libguestfs
...s from git instead of using RPMs, so we can get the changes working upstream first. Make sure to read this page first: http://libguestfs.org/guestfs-building.1.html > +CFLAGS="-fprofile-arcs -ftest-coverage -g -O0"; export CFLAGS > +LDFLAGS="-fprofile-arcs -ftest-coverage -lgcov"; export LDFLAGS > +sed -i 's/^CFLAGS = -fprofile-arcs -ftest-coverage -g -O0/CFLAGS = /g' /home/mockbuild/rpmbuild/BUILD/libguestfs-1.36.5/ocaml/Makefile > ../libmlguestfs.a(libguestfsocaml_a-utils.o): In function `guestfs_int_string_is_valid': > utils.c:(.text+0xb99):...
2012 Dec 04
0
[PATCH] Enable code profiling and code coverage
moli: This won't apply directly to 1.16, but it should give you some ideas about making code profiling and code coverage more automatic. The trick to making OCaml programs link turns out to be `-cclib -lgcov'. See the configure.ac patch for the details. I will apply something like this upstream once I've done some more testing. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD...
2009 Feb 14
3
Building wine with profile generation
Hi all, I'm trying to build wine with the following command: Code: ./configure CFLAGS="-O2 -fprofile-generate" --prefix=/home/ema/winepf As I have a lot of these errors: Code: gcc -O2 -fprofile-generate -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine /usr/bin/ld: sfnt2fnt: hidden symbol
2008 Mar 05
0
Press delete key three times in R-2.6.1 to get segmentation fault (PR#10892)
...%(linker) %l %{pie:-pie} %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r} %{s} %{t} %{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}} %{static:} %{L*} %(mfwrap) %(link_libgcc) %o %{fopenmp:%:include(libgomp.spec)%(link_gomp)} %(mflib) %{fprofile-arcs|fprofile-generate|coverage:-lgcov} %{!nostdlib:%{!nodefaultlibs:%(link_ssp) %(link_gcc_c_sequence)}} %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} }}}}} -- yorick