This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r220470 - in /trunk/libgo: go/runtime/extern.go...


Author: ian
Date: Fri Feb  6 05:03:22 2015
New Revision: 220470

URL: https://gcc.gnu.org/viewcvs?rev=220470&root=gcc&view=rev
Log:
runtime:  Add memprofilerate to GODEBUG

Add memprofilerate as a value recognized
in the GODEBUG env var.  The value provided
is used as the new setting for
runtime.MemProfileRate, allowing the user
to adjust memory profiling.

Modified:
    trunk/libgo/go/runtime/extern.go
    trunk/libgo/runtime/runtime.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]