| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/
DTD/xhtml11.dtd"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/
DTD/xhtml11.dtd"> |
| 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
| 4 <head> | 4 <head> |
| 5 <title>Dart DOM metrics</title> | 5 <title>Dart DOM metrics</title> |
| 6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> | 6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <p><a href="data.html">Raw Data Logs</a></p> | 9 <p><a href="data.html">Raw Data Logs</a></p> |
| 10 <img src="graphs/avg2dromaeo.png" /> | 10 <img src="graphs/avg2dromaeo.png" /> |
| 11 <img src="graphs/avg3dromaeo.png" /> |
| 12 <img src="graphs/avg4dromaeo.png" /> |
| 13 <img src="graphs/avg5dromaeo.png" /> |
| 14 <img src="graphs/avg6dromaeo.png" /> |
| 11 <img src="graphs/2dromaeo-size.png" /> | 15 <img src="graphs/2dromaeo-size.png" /> |
| 12 <br /> | 16 <br /> |
| 13 | 17 |
| 14 <hr /> | 18 <hr /> |
| 15 | 19 |
| 16 <p> Individual Dromaeo benchmark performance </p> | 20 <p> Individual Dromaeo benchmark performance </p> |
| 17 | 21 |
| 18 <p> Attributes benchmarks: </p> | 22 <p> Attributes benchmarks: </p> |
| 19 <img src="graphs/getAttributedromaeo.png" /> | 23 <img src="graphs/getAttributedromaeo.png" /> |
| 20 <img src="graphs/element.propertydromaeo.png" /> | 24 <img src="graphs/element.propertydromaeo.png" /> |
| (...skipping 21 matching lines...) Expand all Loading... |
| 42 | 46 |
| 43 <p> Traverse benchmarks: </p> | 47 <p> Traverse benchmarks: </p> |
| 44 <img src="graphs/firstChilddromaeo.png" /> | 48 <img src="graphs/firstChilddromaeo.png" /> |
| 45 <img src="graphs/lastChilddromaeo.png" /> | 49 <img src="graphs/lastChilddromaeo.png" /> |
| 46 <img src="graphs/nextSiblingdromaeo.png" /> | 50 <img src="graphs/nextSiblingdromaeo.png" /> |
| 47 <img src="graphs/previousSiblingdromaeo.png" /> | 51 <img src="graphs/previousSiblingdromaeo.png" /> |
| 48 <img src="graphs/childNodesdromaeo.png" /> | 52 <img src="graphs/childNodesdromaeo.png" /> |
| 49 | 53 |
| 50 </body> | 54 </body> |
| 51 </html> | 55 </html> |
| OLD | NEW |