You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
40
40
`--eval-profile-file` (`nix.profile` by default) in a format directly consumable
41
41
by `flamegraph.pl` and compatible tools like [speedscope](https://speedscope.app/).
42
42
Sampling frequency can be configured via `--eval-profiler-frequency` (99 Hz by default).
43
43
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
45
45
being called when it's available.
46
46
47
47
-`nix repl` prints which variables were loaded [#11406](https://github.com/NixOS/nix/pull/11406)
0 commit comments