Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c024b0a94cc57b30379eff62b3f12617435511fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<title>GCov Plug-in User Guide - Gcov main view</title>
		<link type="text/css" rel="stylesheet" href="../../../book.css"/>
	</head>
	<body>
		<table class="navigation" style="width: 100%;" border="0" summary="navigation">
			<tr>
				<th style="width: 100%" align="center" colspan="3">Gcov main view</th>
			</tr>
			<tr>
				<td style="width: 20%" align="left">
					<a href="Opening-gcov-result.html" title="Opening gcov result">
						<img alt="Previous" border="0" src="../../../images/prev.gif"/>
					</a>
				</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right">
					<a href="Troubleshooting.html" title="Troubleshooting">
						<img alt="Next" border="0" src="../../../images/next.gif"/>
					</a>
				</td>
			</tr>
			<tr>
				<td style="width: 20%" align="left" valign="top">Opening gcov result</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right" valign="top">Troubleshooting</td>
			</tr>
		</table><hr/>
		<h1 id="Gcov_main_view">Gcov main view</h1>
		<p>The Gcov view displays an overview of coverage information for the whole project.</p>
		<p>
			<img border="0" src="images/GcovView.png"/>
		</p>
		<p>
			<br/> Several buttons are available in the toolbar. 
		</p>
		<ul>
			<li>
				<img border="0" src="images/Gprof-export-to-csv.gif"/> : "Export to CSV" button allows you to export the gcov result as a CSV text file, suitable for any spreadsheet.
			</li>
			<li>
				<img border="0" src="images/Gcov-sort-per-folder.gif"/> : "Sort coverage per folder" button displays gcov result sorted by folder.
			</li>
			<li>
				<img border="0" src="images/Gprof-sort-per-file.gif"/> : "Sort coverage per file" button displays gcov result sorted by file.
			</li>
			<li>
				<img border="0" src="images/Gprof-sort-per-function.gif"/> : "Sort coverage per function" button displays gcov result sorted by function.
			</li>
		</ul>
		<ul>
			<li>
				<img border="0" src="images/Gprof-birt-chart.gif"/> : "Create Chart..." button allows you to create a BIRT chart, with the current lines selected in the gcov result view.
			</li>
		</ul>
		<p>Double-clicking on a item in the result view will open the corresponding source location, annotated with coverage informations.</p>
		<p>
			<img border="0" src="images/GcovAnnotatedSource.png"/>
		</p><hr/>
		<table class="navigation" style="width: 100%;" border="0" summary="navigation">
			<tr>
				<td style="width: 20%" align="left">
					<a href="Opening-gcov-result.html" title="Opening gcov result">
						<img alt="Previous" border="0" src="../../../images/prev.gif"/>
					</a>
				</td>
				<td style="width: 60%" align="center">
					<a href="User-Guide.html" title="GCov Plug-in User Guide">
						<img alt="GCov Plug-in User Guide" border="0" src="../../../images/home.gif"/>
					</a>
				</td>
				<td style="width: 20%" align="right">
					<a href="Troubleshooting.html" title="Troubleshooting">
						<img alt="Next" border="0" src="../../../images/next.gif"/>
					</a>
				</td>
			</tr>
			<tr>
				<td style="width: 20%" align="left" valign="top">Opening gcov result</td>
				<td style="width: 60%" align="center"></td>
				<td style="width: 20%" align="right" valign="top">Troubleshooting</td>
			</tr>
		</table>
	</body>
</html>

Back to the top