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

Side by Side Diff: tools/testing/perf_testing/index.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 | « tools/testing/perf_testing/dromaeo.html ('k') | tools/testing/perf_testing/run_perf_tests.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>frog metrics</title> 5 <title>frog 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
11 <p><a href="dromaeo.html">Dromaeo Results</a></p>
12
10 <img src="graphs/avg2browser-perf.png" /> 13 <img src="graphs/avg2browser-perf.png" />
11 <img src="win/avg2browser-perf.png" /> 14 <img src="win/avg2browser-perf.png" />
12 <img src="graphs/code-time-size.png" /> 15 <img src="graphs/code-time-size.png" />
13 <img src="graphs/2code-time-size.png" /> 16 <img src="graphs/2code-time-size.png" />
14 <img src="graphs/avg2cl-results.png" /> 17 <img src="graphs/avg2cl-results.png" />
15 <img src="graphs/avg2dromaeo.png" /> 18 <img src="graphs/avg2dromaeo.png" />
16 <img src="graphs/2dromaeo-size.png" /> 19 <img src="graphs/2dromaeo-size.png" />
17 <br /> 20 <br />
18 21
19 <hr /> 22 <hr />
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <img src="graphs/QuickSortcl-results.png" /> 91 <img src="graphs/QuickSortcl-results.png" />
89 <img src="graphs/Takcl-results.png" /> 92 <img src="graphs/Takcl-results.png" />
90 <img src="graphs/cl-results.png" /> 93 <img src="graphs/cl-results.png" />
91 <img src="graphs/DeltaBluecl-results.png" /> 94 <img src="graphs/DeltaBluecl-results.png" />
92 <img src="graphs/Meteorcl-results.png" /> 95 <img src="graphs/Meteorcl-results.png" />
93 <img src="graphs/Recursecl-results.png" /> 96 <img src="graphs/Recursecl-results.png" />
94 <img src="graphs/Taklcl-results.png" /> 97 <img src="graphs/Taklcl-results.png" />
95 <img src="graphs/code-time-size.png" /> 98 <img src="graphs/code-time-size.png" />
96 </body> 99 </body>
97 </html> 100 </html>
OLDNEW
« no previous file with comments | « tools/testing/perf_testing/dromaeo.html ('k') | tools/testing/perf_testing/run_perf_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698