Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Apr 20, 2024
1 parent 82e4776 commit 37aad6a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# forge-flamegraph

a foundry plugin that generates interactive flamegraph for a specific test case. currently two backends are supported: calltrace and debugtrace.
a foundry plugin that generates interactive flamegraph for a test case. currently two backends are supported: calltrace and debugtrace.

c'mon lets forge some flamegraphs!
lets forge some flamegraphs!

[![flamegraph of poseidon2 hash function](./flamegraph_poseidon_debug.svg)](https://zemse.github.io/forge-flamegraph/flamegraph_poseidon_debug.svg)

Expand All @@ -11,10 +11,7 @@ above is a debugtrace flamegraph of [poseidon2 hash function](https://github.com
## Installation

```bash
forge install zemse/forge-flamegraph
cd lib/forge-flamegraph
cargo install --path .
cd ../..
cargo install --git https://github.com/zemse/forge-flamegraph
```

## Usage
Expand Down

0 comments on commit 37aad6a

Please sign in to comment.