Skip to content

Commit e880432

Browse files
committed
augment the README
1 parent a50e719 commit e880432

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,16 @@ testing locally, it is convenient to run just one set of permutations, like this
249249
DEFAULT_PG_VERSION=15 BUILD_TYPE=release ./scripts/pytest
250250
```
251251

252+
## Flamegraphs
253+
254+
You may find yourself in need of flamegraphs for software in this repository.
255+
You can use [`flamegraph-rs`](https://github.com/flamegraph-rs/flamegraph) or the original [`flamegraph.pl`](https://github.com/brendangregg/FlameGraph). Your choice!
256+
257+
>[!IMPORTANT]
258+
> If you're using `lld` or `mold`, you need the `--no-rosegment` linker argument.
259+
> It's a [general thing with Rust / lld / mold](https://crbug.com/919499#c16), not specific to this repository.
260+
> See [this PR for further instructions](https://github.com/neondatabase/neon/pull/6764).
261+
252262
## Documentation
253263

254264
[docs](/docs) Contains a top-level overview of all available markdown documentation.

0 commit comments

Comments
 (0)