diff --git a/docs/build/cadence/advanced-concepts/computation-profiling.md b/docs/build/cadence/advanced-concepts/computation-profiling.md index 63d8575508..0e4ded3c0f 100644 --- a/docs/build/cadence/advanced-concepts/computation-profiling.md +++ b/docs/build/cadence/advanced-concepts/computation-profiling.md @@ -32,9 +32,11 @@ The Flow Emulator provides two complementary tools for this purpose: | **Computation Reporting** | JSON report with detailed intensities | Quick numerical analysis, CI/CD integration, automated testing | | **Computation Profiling** | pprof profile | Visual analysis (e.g. flame graphs), deep-dive debugging, call stack exploration | -## Prerequisites +:::note -1. **Flow CLI** installed ([installation guide](../../tools/flow-cli/install.md)) +Before getting started, make sure you have the [Flow CLI installed](../../tools/flow-cli/install.md). + +::: ## Computation Reporting