1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00

README.md: fix typo (#119)

This commit is contained in:
sans 2020-08-12 17:16:51 +08:00 committed by GitHub
parent b96604fa98
commit 6fb0d860e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ To print the runtime statistics such as number of goroutines and `GOMAXPROCS`.
##### Pprof
gops supports CPU and heap pprof profiles. After reading either heap or CPU profile,
it shells out to the `go tool pprof` and let you interatively examine the profiles.
it shells out to the `go tool pprof` and let you interactively examine the profiles.
To enter the CPU profile, run: