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

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

Issue 9071015: Changing display of perf graphs to make them more readable. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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/create_graph.py ('k') | no next file » | 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 9
10 <img src="graphs/avg2browser-perf.png" />
11 <img src="graphs/browser-correctness.png" />
12 <img src="graphs/code-time-size.png" />
13 <img src="graphs/2code-time-size.png" />
10 <!--TODO(efortuna): clean this page up to be more readable instead of sticking a 14 <!--TODO(efortuna): clean this page up to be more readable instead of sticking a
11 bunch of images on the page. --> 15 bunch of images on the page. -->
12 <img src="graphs/avg2cl-results.png" /> <br /> 16 <img src="graphs/avg2cl-results.png" /> <br />
13 <!--table here--> 17 <!--table here-->
14 <table border="1"> <tr> <td> svn revision </td> 18 <table border="1"> <tr> <td> svn revision </td>
15 19
16 <img src="graphs/avg2browser-perf.png" /> 20 <hr />
17 21
18 <img src="graphs/2browser-perf.png" />» » 22 <p> Individual benchmark performance in the Browser:</p>
19 <img src="graphs/Fannkuchbrowser-perf.png" />» 23
20 <img src="graphs/NBodybrowser-perf.png" />» » 24 <img src="graphs/Fannkuchbrowser-perf.png" />
21 <img src="graphs/Richardsbrowser-perf.png" />» 25 <img src="graphs/NBodybrowser-perf.png" />
26 <img src="graphs/Richardsbrowser-perf.png" />
22 <img src="graphs/Towersbrowser-perf.png" /> 27 <img src="graphs/Towersbrowser-perf.png" />
23 <img src="graphs/2cl-results.png" />» » » 28 <img src="graphs/Fibonaccibrowser-perf.png" />
24 <img src="graphs/Fannkuchcl-results.png" />» » 29 <img src="graphs/Permutebrowser-perf.png" />
25 <img src="graphs/NBodycl-results.png" />» » 30 <img src="graphs/Sievebrowser-perf.png" />
26 <img src="graphs/Richardscl-results.png" />» » 31 <img src="graphs/TreeSortbrowser-perf.png" />
32 <img src="graphs/BinaryTreesbrowser-perf.png" />
33 <img src="graphs/Loopbrowser-perf.png" />
34 <img src="graphs/Queensbrowser-perf.png" />
35 <img src="graphs/Sumbrowser-perf.png" />
36 <img src="graphs/BubbleSortbrowser-perf.png" />
37 <img src="graphs/Mandelbrotbrowser-perf.png" />
38 <img src="graphs/QuickSortbrowser-perf.png" />
39 <img src="graphs/browser-perf.png" />
40 <img src="graphs/DeltaBluebrowser-perf.png" />
41 <img src="graphs/Meteorbrowser-perf.png" />
42 <img src="graphs/Recursebrowser-perf.png" />
43 <img src="graphs/Taklbrowser-perf.png" />
44 <img src="graphs/Takbrowser-perf.png" />
45
46 <hr />
47 <p> Individual Command Line benchmark performance: </p>
48
49 <img src="graphs/Fannkuchcl-results.png" />
50 <img src="graphs/NBodycl-results.png" />
51 <img src="graphs/Richardscl-results.png" />
27 <img src="graphs/Towerscl-results.png" /> 52 <img src="graphs/Towerscl-results.png" />
28 <img src="graphs/2code-time-size.png" />» » 53 <img src="graphs/3code-time-size.png" />
29 <img src="graphs/Fibonaccibrowser-perf.png" />» 54 <img src="graphs/Fibonaccicl-results.png" />
30 <img src="graphs/Permutebrowser-perf.png" />» » 55 <img src="graphs/Permutecl-results.png" />
31 <img src="graphs/Sievebrowser-perf.png" />» » 56 <img src="graphs/Sievecl-results.png" />
32 <img src="graphs/TreeSortbrowser-perf.png" /> 57 <img src="graphs/TreeSortcl-results.png" />
33 <img src="graphs/3code-time-size.png" />» » 58 <img src="graphs/BinaryTreescl-results.png" />
34 <img src="graphs/Fibonaccicl-results.png" />» 59 <img src="graphs/Loopcl-results.png" />
35 <img src="graphs/Permutecl-results.png" />» 60 <img src="graphs/Queenscl-results.png" />
36 <img src="graphs/Sievecl-results.png" />» 61 <img src="graphs/Sumcl-results.png" />
37 <img src="graphs/TreeSortcl-results.png" />» 62 <img src="graphs/BubbleSortcl-results.png" />
38 <img src="graphs/BinaryTreesbrowser-perf.png" />» 63 <img src="graphs/Mandelbrotcl-results.png" />
39 <img src="graphs/Loopbrowser-perf.png" />» 64 <img src="graphs/QuickSortcl-results.png" />
40 <img src="graphs/Queensbrowser-perf.png" />» 65 <img src="graphs/Takcl-results.png" />
41 <img src="graphs/Sumbrowser-perf.png" />» 66 <img src="graphs/cl-results.png" />
42 <img src="graphs/avg2browser-perf.png" />» 67 <img src="graphs/DeltaBluecl-results.png" />
43 <img src="graphs/BinaryTreescl-results.png" />» 68 <img src="graphs/Meteorcl-results.png" />
44 <img src="graphs/Loopcl-results.png" />» 69 <img src="graphs/Recursecl-results.png" />
45 <img src="graphs/Queenscl-results.png" />» 70 <img src="graphs/Taklcl-results.png" />
46 <img src="graphs/Sumcl-results.png" />» 71 <img src="graphs/code-time-size.png" />
47 <img src="graphs/avg2cl-results.png" />»
48 <img src="graphs/BubbleSortbrowser-perf.png" />»
49 <img src="graphs/Mandelbrotbrowser-perf.png" />»
50 <img src="graphs/QuickSortbrowser-perf.png" />»
51 <img src="graphs/Takbrowser-perf.png" />»
52 <img src="graphs/browser-correctness.png" />»
53 <img src="graphs/BubbleSortcl-results.png" />»
54 <img src="graphs/Mandelbrotcl-results.png" />»
55 <img src="graphs/QuickSortcl-results.png" />»
56 <img src="graphs/Takcl-results.png" />»
57 <img src="graphs/browser-perf.png" />»
58 <img src="graphs/DeltaBluebrowser-perf.png" />»
59 <img src="graphs/Meteorbrowser-perf.png" />»
60 <img src="graphs/Recursebrowser-perf.png" />»
61 <img src="graphs/Taklbrowser-perf.png" />»
62 <img src="graphs/cl-results.png" />»
63 <img src="graphs/DeltaBluecl-results.png" />»
64 <img src="graphs/Meteorcl-results.png" />»
65 <img src="graphs/Recursecl-results.png" />»
66 <img src="graphs/Taklcl-results.png" />»
67 <img src="graphs/code-time-size.png" />»
68 </body> 72 </body>
69 </html> 73 </html>
OLDNEW
« no previous file with comments | « tools/testing/perf_testing/create_graph.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698