add flamegraph

main
Andrew Coleman 2021-08-17 17:15:42 -04:00
parent de274b41b0
commit 10201997b9
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/fd"
- name: install flamegraph
command: cargo install flamegraph
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/flamegraph"
- name: install frawk freebsd
shell: LLVM_SYS_100_PREFIX=/usr/local/llvm10 cargo +nightly install frawk
when: ansible_facts['system']|lower == 'freebsd'