We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001e112 commit 7e7471aCopy full SHA for 7e7471a
topics/go/profiling/memcpu/stream_test.go
@@ -1,7 +1,8 @@
1
// All material is licensed under the Apache License Version 2.0, January 2004
2
// http://www.apache.org/licenses/LICENSE-2.0
3
4
-// go test -bench . -benchmem -memprofile p.out -gcflags "-newescape=false -m=2"
+// go test -bench . -benchmem -memprofile p.out -gcflags -m=2
5
+// go tool pprof -noinlines p.out
6
7
// Tests to see how each algorithm compare.
8
package main
0 commit comments