]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: extend profiling-per-package-into-directory to other profiling flags
authorDavid Chase <drchase@google.com>
Wed, 15 Nov 2023 19:31:30 +0000 (14:31 -0500)
committerDavid Chase <drchase@google.com>
Wed, 15 Nov 2023 21:42:06 +0000 (21:42 +0000)
commit2f5bd4e4f2399091993774d015e3be0ba65dc866
treed38ebda7d48e9f30dc33a70cf345c28d90cacf58
parent0ce94d79bc7dda4c6f86c6ac13bf0bdd20d0ffdf
cmd/compile: extend profiling-per-package-into-directory to other profiling flags

Also allow specification of "directory" with a trailing
path separator on the name.  Updated suffix ".mprof" to ".memprof",
others are similarly disambiguated.

Change-Id: I2f3f44a436893730dbfe70b6815dff1e74885404
Reviewed-on: https://go-review.googlesource.com/c/go/+/542715
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/gc/util.go