From 9ddf218ed97747a9bfd16179b7665f43d79882b1 Mon Sep 17 00:00:00 2001 From: Ben Schofield Date: Tue, 22 Aug 2023 07:59:11 -0700 Subject: [PATCH] Add samply url --- src/uu/rm/BENCHMARKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/rm/BENCHMARKING.md b/src/uu/rm/BENCHMARKING.md index 4170e2df1..a71b3faed 100644 --- a/src/uu/rm/BENCHMARKING.md +++ b/src/uu/rm/BENCHMARKING.md @@ -35,9 +35,9 @@ hyperfine --prepare "cp -r $test_dir tmp_d" "rm -rf tmp_d" "target/release/core ## Flamegraphs -### Samply +### samply -Samply is one option for simply creating flamegraphs. It isues the Firefox profiler as a UI. +[samply](https://github.com/mstange/samply) is one option for simply creating flamegraphs. It isues the Firefox profiler as a UI. To install: ```bash