Skip to content

Commit 48c3807

Browse files
committed
docs: update hotpath usage instructions
Signed-off-by: NotAShelf <[email protected]> Change-Id: I8a056b6814bef36e74b4aca56d4aa2686a6a6964
1 parent 09da1c2 commit 48c3807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ HOTPATH_JSON=true cargo run --features=hotpath
151151
To profile allocations:
152152

153153
```bash
154-
HOTPATH_JSON=true cargo run --features=hotpath,hotpath-alloc-count-total
154+
HOTPATH_JSON=true cargo run --features=hotpath,hotpath-alloc
155155
```
156156

157157
The JSON output can be analyzed with the `hotpath` CLI tool for detailed

0 commit comments

Comments
 (0)