From c151132e2761c0e8844d927f25af04434dc1c37d Mon Sep 17 00:00:00 2001 From: Misha Brukman <brukman+llvm@gmail.com> Date: Fri, 31 Oct 2003 18:01:30 +0000 Subject: [PATCH] Use some style(sheets). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9636 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DSGraphStatus.html | 71 +++++++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 28 deletions(-) diff --git a/docs/DSGraphStatus.html b/docs/DSGraphStatus.html index 6b12cc35a01..8b3bc0ef0f1 100644 --- a/docs/DSGraphStatus.html +++ b/docs/DSGraphStatus.html @@ -1,26 +1,37 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html><head><title>Data Structure Graph Analysis Status Page</title></head> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <title>Data Structure Graph Analysis Status Page</title> + <link rel="stylesheet" href="llvm.css" type="text/css"> +</head> +<body> -<body><h1>Data Structure Graph Analysis Status Page</h1> +<div class="doc_title"> + Data Structure Graph Analysis Status Page +</div> -This page records information and the progress the data structure analysis + +<div class="doc_text"> + +<p>This page records information and the progress the data structure analysis passes have been making. Times are in seconds, sizes are #bytes allocated for a particular pass. Runs that are all '*'d out were not completed because they -were taking too long (time listed show how long I waited).<p> +were taking too long (time listed show how long I waited).</p> -Fields that appear in bold have changes from the last entry on the page. +<p>Fields that appear in bold have changes from the last entry on the page. Floating point entries are only highlighted if they change significantly from -their previous value.<p> +their previous value.</p> <hr> -<a name="20021113"><h2>Nov 14, 2002:</h2> +<a name="20021113"><h2>Nov 14, 2002:</h2></a> -Some fine tuning happened here. The DSNode object was shrunk by a little bit, -lowering memory consumption. The type merging code now ignores access to +<p>Some fine tuning happened here. The DSNode object was shrunk by a little +bit, lowering memory consumption. The type merging code now ignores access to structure fields when checking compatibility, reducing node collapses and increasing memory consumption in some cases. This table also includes data for the number of indirect call sites, and the number of indirect call targets. The -final column is the average number of call targets per indirect call site.<p> +final column is the average number of call targets per indirect call site.</p> <pre> Name: Anlyz: LocTm: BUTim: TDTim: TimeSum: BCTime: LocSize: BUSize: TDSize: BUTDSz: BCSize: NumFold NumNodes MaxSz GlobGr MaxSCC | Loads Store Calls Allca Mallc Sum | num/ind indcallee ratio @@ -70,14 +81,14 @@ pi.llvm 0.0001 0.0002 0.0001 0.0001 0.0004 0.0011 | 2368 matrixTranspose.llvm 0.0001 0.0002 0.0001 0.0001 0.0004 0.0013 | 1392 4128 736 4864 69720 | * 8+1 5 0+0 1 | 6 5 4 * * 15 | * * n/a indvars.llvm 0.0001 0.0002 0.0001 0.0001 0.0004 0.0010 | 4752 1072 1024 2096 31536 | * 13+1 8 0+0 1 | 2 6 3 1 * 12 | * * n/a hello.llvm 0.0000 0.0001 0.0000 0.0000 0.0001 0.0006 | 752 472 472 944 14112 | * 2+0 2 0+0 1 | 3 * 4 * * 7 | * * n/a -</pre><p> +</pre> <hr> -<a name="20021113"><h2>Nov 13, 2002:</h2> +<a name="20021113"><h2>Nov 13, 2002:</h2></a> -New numbers, same as last time, just some extra columns on the end:<p> +<p>New numbers, same as last time, just some extra columns on the end:</p> -This data set also includes new data for the ptrdist benchmark.<p> +<p>This data set also includes new data for the ptrdist benchmark.</p> <pre> Name: Anlyz: LocTime: BUTime: TDTime: TimeSum: BCTime: LocSize: BUSize: TDSize: BUTDSz: BCSize: NumFold NumNodes MaxSz GlobGr MaxSCC | Loads Store Calls Allca Mallc Sum @@ -819,14 +830,13 @@ sumarray.llvm.lib 0.05 0.0002 0.0003 0.0002 0.0020 | 976 treeadd.llvm.lib 0.03 0.0010 0.0011 0.0009 0.0085 | 7928 6424 2088 28432 | * 27+0 1+0 1+0 matrix.llvm.lib 0.02 0.0020 0.0013 0.0014 0.0090 | 7856 10416 2200 36232 | * 32+0 0+0 0+0 sumarraymalloc.llvm.lib 0.02 0.0006 0.0007 0.0005 0.0056 | 2032 5984 1368 23472 | * 17+0 0+0 0+0 -</pre><p> - +</pre> <hr> -<a name="20021106"><h2>Nov 6, 2002:</h2> +<a name="20021106"><h2>Nov 6, 2002:</h2></a> -Notes: Debug build, no globals graph, no array collapsing.<p> +<p>Notes: Debug build, no globals graph, no array collapsing.</p> <pre> Name: LocTime: BUTime: TDTime: TotTime: AnlzTime: LocSize: BUSize: TDSize: TotSize: NumFold NumNodes main __main @@ -873,13 +883,18 @@ sim.llvm.lib 0.0134 0.2127 1.1230 1.3938 0m1.559s burg.llvm.lib analyze: ../../../include/llvm/Analysis/DSNode.h:74: DSNode::~DSNode(): Assertion `Referrers.empty() && "Referrers to dead node exist!"' failed. </pre> - <hr> - <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> - <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> - <br> -<!-- Created: Wed Nov 6 19:57:57 CST 2002 --> -<!-- hhmts start --> -Last modified: Thu Nov 14 20:00:50 CST 2002 -<!-- hhmts end --> - </body> +</div> + +<!-- *********************************************************************** --> + +<hr> + +<div class="doc_footer"> + <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> + <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> + <br> + Last modified: $Date$ +</div> + +</body> </html>