Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down