]> Cypherpunks repositories - gostls13.git/commit
runtime: paste mprof.goc into mprof.go as comments
authorRuss Cox <rsc@golang.org>
Mon, 1 Sep 2014 04:06:26 +0000 (00:06 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 1 Sep 2014 04:06:26 +0000 (00:06 -0400)
commit4dba769b7352b10fa95070f5095b93c4f5908f4d
tree50e8b430d1477ef2cae9a4944da4d16333bd0514
parent709096f185e8ca00693e189cb41ae7f893812721
runtime: paste mprof.goc into mprof.go as comments

NO CODE CHANGES HERE

The first conversion was not complete.
This CL doesn't make any actual changes,
but it inserts the missing mprof.goc code
as comments so that the next CL will have
useful diffs.

To make the diffs a bit more useful, removed
all semicolons, ->, and runtimeĀ· prefixes as well.

Also corrected order of a few functions in mprof.go
to match original order in mprof.goc.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews, iant, khr, r
https://golang.org/cl/134200043
src/pkg/runtime/mprof.go