mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
Add flamegraph abbr
This commit is contained in:
parent
6d9c7e2da4
commit
70247a3828
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ in
|
|||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
'';
|
||||
shellAbbrs = {
|
||||
flamegraph = "perf script | inferno-collapse-perf | inferno-flamegraph > out.svg && firefox out.svg";
|
||||
};
|
||||
};
|
||||
|
||||
# Nicely reload system units when changing configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue