Skip to content

Commit

Permalink
更新 README
Browse files Browse the repository at this point in the history
  • Loading branch information
eaglexiang committed Dec 12, 2024
1 parent a55bfcc commit 099dbef
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

0 comments on commit 099dbef

Please sign in to comment.