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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<!-- $Id: index.shtml 93961 2011-04-20 10:28:44Z johnnyw $ -->
<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://download.dre.vanderbilt.edu"> 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="https://svn.dre.vanderbilt.edu/viewvc/Middleware/trunk/ACE/docs/ACE-subsets.html?revision=HEAD">
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>
<li>
Xampler Performance benchmarks for <a href="http://www.dre.vanderbilt.edu/~isisbuilds/auto_compile_logs/isislab/emulab/FC6xampler/Template-Display/_Report/">x86</a>
</li>
<li>
<a href="http://www.dre.vanderbilt.edu/Stats/CORBAecompact/">Footprint CORBA/e compact</a>
</li>
<li>
<a href="http://www.dre.vanderbilt.edu/Stats/CORBAemicro/">Footprint CORBA/e micro</a>
</li>
<li>
<a href="http://www.dre.vanderbilt.edu/Stats/CORBAemicros/">Footprint CORBA/e micro single threaded</a>
</li>
<li>
<a href="http://www.dre.vanderbilt.edu/Stats/CORBAminimum/">Footprint Minimum CORBA</a>
</li>
<li>
<a href="http://www.dre.vanderbilt.edu/Stats/regular/">Footprint Regular CORBA</a>
</li>
<li>
<a href="compilation.shtml">Compilation metrics Regular CORBA</a>
</li>
<li>
<a href="performance.shtml">Performance metrics Regular CORBA</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>
|