From 555f59fbaa0b3cb086c62be60f5f460205a63167 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 24 Mar 2010 09:40:09 -0700 Subject: runtime: malloc sampling, pprof interface R=r CC=golang-dev http://codereview.appspot.com/719041 --- src/pkg/http/pprof/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/pkg/http/pprof/Makefile (limited to 'src/pkg/http/pprof/Makefile') diff --git a/src/pkg/http/pprof/Makefile b/src/pkg/http/pprof/Makefile new file mode 100644 index 000000000..e0315112f --- /dev/null +++ b/src/pkg/http/pprof/Makefile @@ -0,0 +1,11 @@ +# Copyright 2010 The Go Authors. All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + +include ../../../Make.$(GOARCH) + +TARG=http/pprof +GOFILES=\ + pprof.go\ + +include ../../../Make.pkg -- cgit v1.2.1