]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/ssa: add timing to compiler passes
authorTodd Neal <todd@tneal.org>
Tue, 11 Aug 2015 00:00:34 +0000 (19:00 -0500)
committerTodd Neal <todd@tneal.org>
Fri, 4 Sep 2015 15:19:12 +0000 (15:19 +0000)
commit24dcede1c0c0338a06da4d0b4b3d2996b90bf7d6
treeb6638eb0e00c4438b82d9d722cf64bd7f1d963ad
parent19447a66d663cf51f5c02c4d9d0c74894714067a
[dev.ssa] cmd/compile/ssa: add timing to compiler passes

Add timing/allocation information to each compiler pass for both the
console and html output.

Change-Id: I75833003b806a09b4fb1bbf63983258612cdb7b0
Reviewed-on: https://go-review.googlesource.com/14277
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/compile.go