Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update how-to-optimize-compute.md (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody4618 authored Jan 11, 2025
1 parent ae78fdb commit eeb8f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/advanced/how-to-optimize-compute.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ compute_fn!("My message" => {
The output of this macro will give you the compute usage before and after your
code, helping you understand what parts of your program are using the most
compute. You can find an example of using this macro in the
[cu_optimizations repository.](https://github.com/solana-developers/cu_optimizations/blob/main/anchor/counter/anchor/programs/counter/src/lib.rs#L18)
[cu_optimizations repository.](https://github.com/solana-developers/cu_optimizations/blob/main/counterAnchor/anchor/programs/counter/src/lib.rs#L20)

## Optimizing your Program

Expand Down

0 comments on commit eeb8f55

Please sign in to comment.