mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 05:26:02 +01:00
doc: Add more links
Mostly in the 2.30 release notes
This commit is contained in:
parent
58e07c3291
commit
9f8df6878f
2 changed files with 38 additions and 17 deletions
|
|
@ -211,6 +211,8 @@ struct EvalSettings : Config
|
|||
* `flamegraph` stack sampling profiler. Outputs folded format, one line per stack (suitable for `flamegraph.pl` and compatible tools).
|
||||
|
||||
Use [`eval-profile-file`](#conf-eval-profile-file) to specify where the profile is saved.
|
||||
|
||||
See [Using the `eval-profiler`](@docroot@/advanced-topics/eval-profiler.md).
|
||||
)"};
|
||||
|
||||
Setting<Path> evalProfileFile{this, "nix.profile", "eval-profile-file",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue