From a785e26f8c9c3396fd6fa4c9d7c683ea94066e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Tue, 9 Feb 2021 14:19:21 +0100 Subject: [PATCH] Grammar --- block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.md b/block.md index a009a5f..cfa3210 100644 --- a/block.md +++ b/block.md @@ -76,7 +76,7 @@ pprof.Lookup("block").WriteTo(myFile, 0) Alternatively you can use [github.com/pkg/profile](https://pkg.go.dev/github.com/pkg/profile) for convenience, or [net/http/pprof](net/http/pprof) to expose profiling via http, or use a [continious profiler](https://www.datadoghq.com/product/code-profiling/) to collect the data automatically in production. -Last but not least you can use the [`runtime.BlockProfile`](https://golang.org/pkg/runtime/#BlockProfile) API to get programmatically get the same information. +Last but not least you can use the [`runtime.BlockProfile`](https://golang.org/pkg/runtime/#BlockProfile) API to get the same information in a structured format. ## Overhead