Skip to content
Merged
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
6 changes: 4 additions & 2 deletions docs/build/cadence/advanced-concepts/computation-profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down