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

Unified 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: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: tools/testing/perf_testing/dromaeo.html
diff --git a/tools/testing/perf_testing/dromaeo.html b/tools/testing/perf_testing/dromaeo.html
new file mode 100644
index 0000000000000000000000000000000000000000..649f252fdc71c229f6f07268b2dd45e10608078a
--- /dev/null
+++ b/tools/testing/perf_testing/dromaeo.html
@@ -0,0 +1,51 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+<title>Dart DOM metrics</title>
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+</head>
+<body>
+<p><a href="data.html">Raw Data Logs</a></p>
+<img src="graphs/avg2dromaeo.png" />
+<img src="graphs/2dromaeo-size.png" />
+<br />
+
+<hr />
+
+<p> Individual Dromaeo benchmark performance </p>
+
+<p> Attribute benchmarks: </p>
+<img src="graphs/getAttributedromaeo.png" />
+<img src="graphs/element.propertydromaeo.png" />
+<img src="graphs/setAttributedromaeo.png" />
+<img src="graphs/element.property_=_valuedromaeo.png" />
+
+<p> Modify benchmarks: </p>
+<img src="graphs/createElementdromaeo.png" />
+<img src="graphs/createTextNodedromaeo.png" />
+<img src="graphs/innerHTMLdromaeo.png" />
+<img src="graphs/cloneNodedromaeo.png" />
+<img src="graphs/appendChilddromaeo.png" />
+<img src="graphs/insertBeforedromaeo.png" />
+
+<p> Query benchmarks: </p>
+<img src="graphs/getElementByIddromaeo.png" />
+<img src="graphs/getElementById_(not_in_document)dromaeo.png" />
+<img src="graphs/getElementsByTagName(div)dromaeo.png" />
+<img src="graphs/getElementsByTagName(p)dromaeo.png" />
+<img src="graphs/getElementsByTagName(a)dromaeo.png" />
+<img src="graphs/getElementsByTagName(*)dromaeo.png" />
+<img src="graphs/getElementsByTagName_(not_in_document)dromaeo.png" />
+<img src="graphs/getElementsByNamedromaeo.png" />
+<img src="graphs/getElementsByName_(not_in_document)dromaeo.png" />
+
+<p> Traverse benchmarks: </p>
+<img src="graphs/firstChilddromaeo.png" />
+<img src="graphs/lastChilddromaeo.png" />
+<img src="graphs/nextSiblingdromaeo.png" />
+<img src="graphs/previousSiblingdromaeo.png" />
+<img src="graphs/childNodesdromaeo.png" />
+
+</body>
+</html>
« no previous file with comments | « no previous file | tools/testing/perf_testing/run_perf_tests.py » ('j') | tools/testing/perf_testing/run_perf_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698