aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-27 11:31:45 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-27 11:32:58 +0200
commitcebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3 (patch)
treeaec2ae786f9e9df1cddbe5369054a6a58b5e1c73 /DEVELOPMENT.md
parentadd DEVELOPMENT.md (diff)
downloadcimple-cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3.tar.gz
cimple-cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3.zip
make test/perf -> make flame_graphs
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 07c65a7..4a54fea 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -32,7 +32,7 @@ https://egor-tensin.github.io/cimple/coverage/.
Some performance analysis can be done by looking at flame graphs.
Generate them after building the project (depends on `perf` & [FlameGraph]):
- make test/perf
+ make flame_graphs
[FlameGraph]: https://github.com/brendangregg/FlameGraph