[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>
This commit is contained in:
Josh Bleecher Snyder 2015-09-04 17:33:56 -07:00
parent 1b5ffda01e
commit a3f72956f1
2 changed files with 8 additions and 3 deletions

View file

@ -45,6 +45,10 @@ func (w *HTMLWriter) start(name string) {
display: none;
}
.stats {
font-size: 60%;
}
table {
border: 1px solid black;
table-layout: fixed;