From 7517feff741f9ccfcfe8dcdc3859f9943f7336a4 Mon Sep 17 00:00:00 2001 From: James Williams Date: Sat, 24 Feb 2024 10:56:33 +0000 Subject: [PATCH] fix: typo --- perf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf.md b/perf.md index 8b01fa9..5c4373c 100644 --- a/perf.md +++ b/perf.md @@ -1355,7 +1355,7 @@ Just comment out some function call that you are curious about the cost of and see how much faster the program runs. If it's not any faster, it doesn't matter how much you improve it, you will never be able to match the benefit of completely deleting it (assuming it doesn't get compiled away anyway). -Don't spent time speeding up code that does not contribute to the overall +Don't spend time speeding up code that does not contribute to the overall cost. #### causal profiling