diff options
Diffstat (limited to 'ACE/html/Stats/index.shtml')
-rw-r--r-- | ACE/html/Stats/index.shtml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/ACE/html/Stats/index.shtml b/ACE/html/Stats/index.shtml new file mode 100644 index 00000000000..e3a6ef43b4d --- /dev/null +++ b/ACE/html/Stats/index.shtml @@ -0,0 +1,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> |