Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/tooling/profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The program on its own is quite high-level. Let's get a more granular look at wh

After compiling the program, run the following:
```sh
noir-profiler opcodes --artifact-path ./target/program.json -output ./target/
noir-profiler opcodes --artifact-path ./target/program.json --output ./target/
```
Below you can see an example flamegraph with a total 387 opcodes (using `nargo` version 1.0.0-beta.2):
<picture>
Expand Down