summaryrefslogtreecommitdiff
path: root/ecos/packages/services/gcov/current/doc/gcov-doc.tex
blob: 44219d6747e54e00044e4486b1d96849a7dc3dd0 (plain)
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
\documentclass[a4paper,10pt]{article}


%opening
\title{Gcov for Ecos}
\author{SPiDCOM Technologies}

\begin{document}

\maketitle

\begin{abstract}
Gcov for Ecos.
\end{abstract}

\section {Package Gcov for gcc 3.2.1}

\subsection{Files}

The files used for this package are some of the gnu gcov files.\\
The others ones are only sources files to detect the version of the compiler and use the system function to use gcov with ecos.

\subsection{Version}

This version of gcov actually works with the gnu gcc compiler with the version 3.2.1, the other ones does not work.\\

\subsection{Files generated}

The file generated by this version are~:
\begin{itemize}
 \item .bb
 \item .bbg
 \item .da
\end{itemize}

\subsection{How to check the coverage}

To verfify the coverage of the test use the gcov tool of ecos with the following command~:\\
i386-elf-gcov $<$name\_of\_src.da$>$

\end{document}