From ae2bffcbdd2bf7a104e08e5ee5293098f5b4375f Mon Sep 17 00:00:00 2001 From: amanusk Date: Tue, 12 Nov 2024 17:23:24 +0200 Subject: [PATCH] Update profiling.md (#2659) Closes # ## Introduced changes - Update the directory name where profiling files are saved ## Checklist - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md` --- docs/src/snforge-advanced-features/profiling.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`.