diff --git a/docs/src/snforge-advanced-features/profiling.md b/docs/src/snforge-advanced-features/profiling.md index e7fbc16fd8..94bb97333e 100644 --- a/docs/src/snforge-advanced-features/profiling.md +++ b/docs/src/snforge-advanced-features/profiling.md @@ -20,6 +20,7 @@ If you want `snforge` to call `cairo-profiler` on generated files automatically, ```shell $ snforge test --build-profile ``` +The files with profiling data will be saved to `profile` directory. ## Passing arguments to `cairo-profiler` @@ -32,4 +33,4 @@ $ snforge test --build-profile -- --show-inlined-functions > 📝 **Note** > -> Running `snforge test --help` won't show info about `cairo-profiler` flags. To see them, run `snforge test --build-profile -- --help`. \ No newline at end of file +> Running `snforge test --help` won't show info about `cairo-profiler` flags. To see them, run `snforge test --build-profile -- --help`.