mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-17 05:05:06 +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 = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting # Disable greeting
|
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
|
# Nicely reload system units when changing configs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue