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

Side by Side Diff: bin/inference/index.html

Issue 1372333002: Add measurements and send-metrics to dart2js's info. (Closed) Base URL: git@github.com:dart-lang/dart2js_info.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 .send {
5 padding: 0.08em 0.1em 0.08em 0.1em;
6 border-radius: 0.25em;
7 display: inline-block;
8 margin: 0.05em 0em 0.05em 0em;
9 cursor: pointer;
10 }
11 .inactive {
12 background-color: #eeeeee !important;
13 }
14 .monomorphic {
15 }
16 .static {
17 background-color: #aafcfc;
18 }
19 .super {
20 background-color: #aafcfc;
21 }
22 .local {
23 background-color: #aafcfc;
24 }
25 .constructor {
26 background-color: #aafcfc;
27 }
28 .type-variable {
29 background-color: #aafcfc;
30 }
31 .nSM-error {
32 background-color: #aaffaa;
33 }
34 .nSM-call-single {
35 background-color: #aaffaa;
36 }
37 .instance {
38 background-color: #aaffaa;
39 }
40 .interceptor {
41 background-color: #aaffaa;
42 }
43 .polymorphic {
44 }
45 .nSM-call-multi {
46 background-color: #ffdddd;
47 }
48 .virtual {
49 background-color: #aaffff;
50 }
51 .interceptor-multi {
52 background-color: #ffdddd;
53 }
54
55 .dynamic {
56 background-color: #ffaaaa;
57 }
58 .line {
59 }
60 .code {
61 white-space: pre;
62 font-family: monospace;
63 display: inline;
64 }
65 .grid {
66 }
67 .main {
68 float: left;
69 width:66.6%;
70 }
71 .right {
72 float: left;
73 width:33.3%;
74 }
75 </style>
76 </head>
77 <body>
78 <div id="list"></div>
79 <script src="client.dart.js"></script>
80 </body>
81 </html>
OLDNEW
« no previous file with comments | « bin/inference/client.dart ('k') | bin/inference/print_summary.dart » ('j') | lib/src/table.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698