Skip to content

Commit 8c71de2

Browse files
committed
Add link
1 parent a492493 commit 8c71de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/manual/source/release-notes/rl-2.30.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ This release has a number performance improvements, in particular:
3535

3636
- Add stack sampling evaluation profiler [#13220](https://github.com/NixOS/nix/pull/13220)
3737

38-
Nix evaluator now supports stack sampling evaluation profiling via `--eval-profiler flamegraph` setting.
39-
It collects collapsed call stack information to output file specified by
38+
The Nix evaluator now supports [stack sampling evaluation profiling](@docroot@/advanced-topics/eval-profiler.md) via the `--eval-profiler flamegraph` setting.
39+
It outputs collapsed call stack information to the file specified by
4040
`--eval-profile-file` (`nix.profile` by default) in a format directly consumable
4141
by `flamegraph.pl` and compatible tools like [speedscope](https://speedscope.app/).
4242
Sampling frequency can be configured via `--eval-profiler-frequency` (99 Hz by default).
4343

44-
Unlike existing `--trace-function-calls` this profiler includes the name of the function
44+
Unlike the existing `--trace-function-calls`, this profiler includes the name of the function
4545
being called when it's available.
4646

4747
- `nix repl` prints which variables were loaded [#11406](https://github.com/NixOS/nix/pull/11406)

0 commit comments

Comments
 (0)