blob: e3a6ef43b4d6e3ff326fcac643b8264d5a0f90d5 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<!-- $Id$ -->
<TITLE>ACE+TAO+CIAO Metrics</TITLE>
<LINK href="Stats.css" rel="stylesheet" type="text/css">
</HEAD>
<CENTER>
<TABLE>
<h1>Continuous Metrics for ACE+TAO+CIAO</h1>
</TABLE>
</CENTER>
<!--#include file="img.html"-->
<BODY>
<HR>
<LEFT>
<P>These pages track <A HREF="footprint.shtml">footprint</A>,
<A HREF="compilation.shtml"> compilation</A> and <A
HREF="performance.shtml"> performance</A> metrics for ACE+TAO+CIAO.
The results are collected from our <A
href="http://www.dre.vanderbilt.edu/scoreboard"> nightly</A>
regression tests. The complete source for the tests is
available as part of the ACE+TAO+CIAO <A
HREF="http://deuce.doc.wustl.edu/Download.html"> distribution
</A>. The hardware and software configuration used for these
tests is described <A
HREF="configuration.shtml">here</A>. Notice, however, that the
results contained here may be different from what you will
obtain using a TAO release or beta kit, since the experiments
are based on our current source tree. </P>
<P>More information about ACE+TAO+CIAO footprints, and the continuing
effort to reduce the library and application's code size can be
found in the
<A HREF="http://cvs.doc.wustl.edu/ace-latest.cgi/ACE_wrappers/docs/ACE-subsets.html">
ACE+TAO+CIAO subsetting
</A>
page.
</P>
<h3>Additional Development Process Related Pages</h3>
<p>
In addition to the statistics described above, a number of other ACE/TAO/CIAO development process related web pages we use are the following:
<ul>
<li>
<a href="http://www.dre.vanderbilt.edu/Coverage/">Code Coverage</a>
</li>
<li>
<a href="http://www.dre.vanderbilt.edu/Scoreboard/">Automated Builds</a>
</li>
</ul>
The <i>Code Coverage</i> pages illustrate which areas of
ACE+TAO+CIAO code are used, and how frequently. The <i>Scoreboard</i>
pages contain compile- and link-time build results of recent snapshots
of our main development branch.
</p>
<!--#include file="navigation.html"-->
<!--#include file="footer.html"-->
</BODY>
</HTML>
|