Commit 83634e9c authored by Davor Kapsa's avatar Davor Kapsa Committed by Brad Fitzpatrick

runtime/pprof: fix doc typo

Change-Id: I6e814182d89c3e7ff184141af097af0afb844d00
Reviewed-on: https://go-review.googlesource.com/78620Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 962834dd
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// To add equivalent profiling support to a standalone program, add // To add equivalent profiling support to a standalone program, add
// code like the following to your main function: // code like the following to your main function:
// //
// var cpuprofile = flag.String("cpuprofile", "", "write cpu profile `file`") // var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to `file`")
// var memprofile = flag.String("memprofile", "", "write memory profile to `file`") // var memprofile = flag.String("memprofile", "", "write memory profile to `file`")
// //
// func main() { // func main() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment