blob: 5498c7a125426afbe7d00e5ae4985cd49792b17c (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<!-- $Id$ -->
<TITLE>Footprint Metrics Results</TITLE>
<LINK href="Stats.css" rel="stylesheet" type="text/css">
</HEAD>
<DIV align="center">
<h2>ACE+TAO Footprint Metrics Results</h2>
</DIV>
<CENTER>
<TABLE cellpadding=0 cellspacing=0 border=0>
<TD>
<A HREF="http://www.dre.vanderbilt.edu/">
<IMG SRC="/image/doc.jpg" width="183" height="45"></A>
</TD>
</table>
</center>
<P><HR>
<BODY>
The footprint pages are organized as follows:
<UL> <LI> <A HREF="simple_footprint.shtml"> Quick Footprint</A>,
for a high-level view that shows the sizes of libraries and two
executables that represent the minimum size of TAO's client and
server. </LI> </UL>
<UL> <LI> Detailed Footprint, for a closer look at the sizes of
libraries and its dependencies.
<UL>
<LI><a href="http://www.dre.vanderbilt.edu/~isisbuilds/auto_compile_logs/FP_Metrics/metrics/ace_Footprint.html">ACE</a>
<LI><a href="http://www.dre.vanderbilt.edu/~isisbuilds/auto_compile_logs/FP_Metrics/metrics/tao_Footprint.html">TAO</a>
<LI><a href="http://www.dre.vanderbilt.edu/~isisbuilds/auto_compile_logs/FP_Metrics/metrics/ciao_Footprint.html">CIAO</a>
</UL>
</LI> </UL>
</BODY> <P>
<HR>
<!--#include file="navigation.html"-->
<!--#include file="footer.html"-->
</HTML>
|