Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: tools/testing/perf_testing/dromaeo.html

Issue 9980019: Add a separate perf graph for dromaeo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add link in index.html Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/testing/perf_testing/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
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">
4 <head>
5 <title>Dart DOM metrics</title>
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7 </head>
8 <body>
9 <p><a href="data.html">Raw Data Logs</a></p>
10 <img src="graphs/avg2dromaeo.png" />
11 <img src="graphs/2dromaeo-size.png" />
12 <br />
13
14 <hr />
15
16 <p> Individual Dromaeo benchmark performance </p>
17
18 <p> Attribute benchmarks: </p>
19 <img src="graphs/getAttributedromaeo.png" />
20 <img src="graphs/element.propertydromaeo.png" />
21 <img src="graphs/setAttributedromaeo.png" />
22 <img src="graphs/element.property_=_valuedromaeo.png" />
23
24 <p> Modify benchmarks: </p>
25 <img src="graphs/createElementdromaeo.png" />
26 <img src="graphs/createTextNodedromaeo.png" />
27 <img src="graphs/innerHTMLdromaeo.png" />
28 <img src="graphs/cloneNodedromaeo.png" />
29 <img src="graphs/appendChilddromaeo.png" />
30 <img src="graphs/insertBeforedromaeo.png" />
31
32 <p> Query benchmarks: </p>
33 <img src="graphs/getElementByIddromaeo.png" />
34 <img src="graphs/getElementById_(not_in_document)dromaeo.png" />
35 <img src="graphs/getElementsByTagName(div)dromaeo.png" />
36 <img src="graphs/getElementsByTagName(p)dromaeo.png" />
37 <img src="graphs/getElementsByTagName(a)dromaeo.png" />
38 <img src="graphs/getElementsByTagName(*)dromaeo.png" />
39 <img src="graphs/getElementsByTagName_(not_in_document)dromaeo.png" />
40 <img src="graphs/getElementsByNamedromaeo.png" />
41 <img src="graphs/getElementsByName_(not_in_document)dromaeo.png" />
42
43 <p> Traverse benchmarks: </p>
44 <img src="graphs/firstChilddromaeo.png" />
45 <img src="graphs/lastChilddromaeo.png" />
46 <img src="graphs/nextSiblingdromaeo.png" />
47 <img src="graphs/previousSiblingdromaeo.png" />
48 <img src="graphs/childNodesdromaeo.png" />
49
50 </body>
51 </html>
OLDNEW
« no previous file with comments | « no previous file | tools/testing/perf_testing/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698