From 1be84098ce82f7fbd66742e38c3d81e508a088f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Wed, 14 Apr 2021 09:32:17 +0200 Subject: [PATCH] Simplify text --- pprof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pprof.md b/pprof.md index 16a19e3..0658956 100644 --- a/pprof.md +++ b/pprof.md @@ -36,7 +36,7 @@ Below are a few tools for decoding pprof files into human readable text output. #### Using `pprofutils` -[pprofutils](https://github.com/felixge/pprofutils) is a small tool I build for converting between pprof files and Brendan Gregg's [folded text](https://github.com/brendangregg/FlameGraph#2-fold-stacks) format. You can use it like this: +[pprofutils](https://github.com/felixge/pprofutils) is a small tool for converting between pprof files and Brendan Gregg's [folded text](https://github.com/brendangregg/FlameGraph#2-fold-stacks) format. You can use it like this: ``` $ pprof2text < examples/cpu/pprof.samples.cpu.001.pb.gz