From 099dbef97f6478d6cec6672d2ec7a405a54c6f81 Mon Sep 17 00:00:00 2001 From: eaglexiang Date: Thu, 12 Dec 2024 14:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e71509a..d8cc35f 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,26 @@ show where your project cost time ## install +tool install + ```bash go install github.com/eaglexiang/costwhere-go/cmd/costwhere ``` +dependency install + +```bash +yay -S flamegraph # archlinux + +``` + +> [FlameGraph](https://github.com/brendangregg/FlameGraph) + ## use ```bash costwhere if="./data.json" -# 输出 flamegraph.svg +# output flamegraph.svg ``` \ No newline at end of file