Skip to content

Commit aef8d80

Browse files
committed
Add cli note
1 parent bb74992 commit aef8d80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/build/cadence/advanced-concepts/computation-profiling.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ The Flow Emulator provides two complementary tools for this purpose:
3232
| **Computation Reporting** | JSON report with detailed intensities | Quick numerical analysis, CI/CD integration, automated testing |
3333
| **Computation Profiling** | pprof profile | Visual analysis (e.g. flame graphs), deep-dive debugging, call stack exploration |
3434

35+
:::note
36+
3537
Before getting started, make sure you have the [Flow CLI installed](../../tools/flow-cli/install.md).
3638

39+
:::
40+
3741
## Computation Reporting
3842

3943
Computation reporting provides a JSON-based view of computational costs for all executed transactions and scripts.

0 commit comments

Comments
 (0)