aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-03-23 20:48:23 -0700
committerRuss Cox <rsc@golang.org>2010-03-23 20:48:23 -0700
commit596c16e0458060aec0c81cccaef3070a1d6daf81 (patch)
treeee543d5e212770ff8586f549e40803c644327594 /src/pkg/runtime/Makefile
parent72bc37c1220088994649bb032316a42d2cd8ece7 (diff)
downloadgo-596c16e0458060aec0c81cccaef3070a1d6daf81.tar.xz
runtime: add memory profiling, disabled.
no way to get the data out yet. add prototype for runtime.Callers, missing from last CL. R=r CC=golang-dev https://golang.org/cl/713041
Diffstat (limited to 'src/pkg/runtime/Makefile')
-rw-r--r--src/pkg/runtime/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/Makefile b/src/pkg/runtime/Makefile
index 8327709736..2ea11c0edd 100644
--- a/src/pkg/runtime/Makefile
+++ b/src/pkg/runtime/Makefile
@@ -65,6 +65,7 @@ OFILES=\
mgc0.$O\
mheap.$O\
mheapmap$(SIZE).$O\
+ mprof.$O\
msize.$O\
print.$O\
proc.$O\