]> git.proxmox.com Git - mirror_ovs.git/blob - README-gcov
datapath: Use generic struct pcpu_tstats.
[mirror_ovs.git] / README-gcov
1 Building with gcov support
2 ==========================
3
4 The Open vSwitch "configure" script supports the following
5 code-coverage related options:
6
7 --disable-coverage
8 --enable-coverage=no
9
10 Do not build with gcov code coverage support.
11
12 This is the default if no coverage option is passed to
13 "configure".
14
15 --enable-coverage
16 --enable-coverage=yes
17
18 Build with gcov code coverage support.