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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: bin/inference/index.html
diff --git a/bin/inference/index.html b/bin/inference/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..fee5f5205fffe524e8457d4da4972ecc1050e4e0
--- /dev/null
+++ b/bin/inference/index.html
@@ -0,0 +1,81 @@
+<html>
+ <head>
+ <style>
+ .send {
+ padding: 0.08em 0.1em 0.08em 0.1em;
+ border-radius: 0.25em;
+ display: inline-block;
+ margin: 0.05em 0em 0.05em 0em;
+ cursor: pointer;
+ }
+ .inactive {
+ background-color: #eeeeee !important;
+ }
+ .monomorphic {
+ }
+ .static {
+ background-color: #aafcfc;
+ }
+ .super {
+ background-color: #aafcfc;
+ }
+ .local {
+ background-color: #aafcfc;
+ }
+ .constructor {
+ background-color: #aafcfc;
+ }
+ .type-variable {
+ background-color: #aafcfc;
+ }
+ .nSM-error {
+ background-color: #aaffaa;
+ }
+ .nSM-call-single {
+ background-color: #aaffaa;
+ }
+ .instance {
+ background-color: #aaffaa;
+ }
+ .interceptor {
+ background-color: #aaffaa;
+ }
+ .polymorphic {
+ }
+ .nSM-call-multi {
+ background-color: #ffdddd;
+ }
+ .virtual {
+ background-color: #aaffff;
+ }
+ .interceptor-multi {
+ background-color: #ffdddd;
+ }
+
+ .dynamic {
+ background-color: #ffaaaa;
+ }
+ .line {
+ }
+ .code {
+ white-space: pre;
+ font-family: monospace;
+ display: inline;
+ }
+ .grid {
+ }
+ .main {
+ float: left;
+ width:66.6%;
+ }
+ .right {
+ float: left;
+ width:33.3%;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="list"></div>
+ <script src="client.dart.js"></script>
+ </body>
+</html>
« 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