You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: autotools/org.eclipse.linuxtools.cdt.autotools.core/src/org/eclipse/linuxtools/internal/cdt/autotools/core/AutotoolsNewMakeGenerator.java
Copy file name to clipboardexpand all lines: autotools/org.eclipse.linuxtools.cdt.autotools.docs/Linux_Tools_Project/Autotools/User_Guide/User-Guide.html
<p>The ChangeLog plug-in for Eclipse is a basic set of extensions to enable ChangeLog functionality for projects in Eclipse.</p>
31
30
<p>Before using the plug-in, you should set the ChangeLog preferences. These preferences include the name and e-mail address you wish to use in a ChangeLog entry. </p>
<p>The Gcov view displays an overview of coverage information for the whole project.</p>
34
+
<p>
35
+
<imgborder="0" src="images/GcovView.png"/>
36
+
</p>
37
+
<p>
38
+
<br/> Several buttons are available in the toolbar.
39
+
</p>
40
+
<ul>
41
+
<li>
42
+
<imgborder="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.
43
+
</li>
44
+
<li>
45
+
<imgborder="0" src="images/Gcov-sort-per-folder.gif"/> : "Sort coverage per folder" button displays gcov result sorted by folder.
46
+
</li>
47
+
<li>
48
+
<imgborder="0" src="images/Gprof-sort-per-file.gif"/> : "Sort coverage per file" button displays gcov result sorted by file.
49
+
</li>
50
+
<li>
51
+
<imgborder="0" src="images/Gprof-sort-per-function.gif"/> : "Sort coverage per function" button displays gcov result sorted by function.
52
+
</li>
53
+
</ul>
54
+
<ul>
55
+
<li>
56
+
<imgborder="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.
57
+
</li>
58
+
</ul>
59
+
<p>Double-clicking on a item in the result view will open the corresponding source location, annotated with coverage informations.</p>
<h1id="Installation_and_Set-Up">Installation and Set-Up</h1>
33
+
<p>Gprof plugin depends on binutils (such as addr2line, c++filt and nm). Gprof can be used on any platform as soon as these binutils are in PATH. For example, you can use it on Windows with Cygwin.</p>
34
+
<p>First of all, the user has to compile the C/C++ program with profiling enabled using "-ftest-coverage -fprofile-arcs" options prior to running the tool.</p><hr/>
0 commit comments