aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/html.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2015-09-04 17:33:56 -0700
committerJosh Bleecher Snyder <josharian@gmail.com>2015-09-05 02:25:42 +0000
commita3f72956f1f8fde81930c0f8261cfa19bc114345 (patch)
treea0af27cb8c3ae2a8f83ddd6e95761b7e5c1d8015 /src/cmd/compile/internal/ssa/html.go
parent1b5ffda01e94a44ec8a4dee02db024f1959e7f01 (diff)
downloadgo-a3f72956f1f8fde81930c0f8261cfa19bc114345.tar.gz
go-a3f72956f1f8fde81930c0f8261cfa19bc114345.zip
[dev.ssa] cmd/compile: add allocs to pass stats
Also, improve HTML formatting. Change-Id: I07e2482a30862e2091707f260a2c43d6e9a85d97 Reviewed-on: https://go-review.googlesource.com/14333 Reviewed-by: Todd Neal <todd@tneal.org>
Diffstat (limited to 'src/cmd/compile/internal/ssa/html.go')
-rw-r--r--src/cmd/compile/internal/ssa/html.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/ssa/html.go b/src/cmd/compile/internal/ssa/html.go
index 44e4e19b77..c84dccf793 100644
--- a/src/cmd/compile/internal/ssa/html.go
+++ b/src/cmd/compile/internal/ssa/html.go
@@ -45,6 +45,10 @@ func (w *HTMLWriter) start(name string) {
display: none;
}
+.stats {
+ font-size: 60%;
+}
+
table {
border: 1px solid black;
table-layout: fixed;