diff options
author | Egor Tensin <egor@tensin.name> | 2024-04-25 05:11:39 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-04-25 05:43:13 +0200 |
commit | 8e652dd2cb69928ea1596aa3e59845fef6854e2c (patch) | |
tree | 62c827fde628593192dec56fbaeb2bb243d96414 /DEVELOPMENT.md | |
parent | Makefile: separate shortcuts for debug & release builds (diff) | |
download | cimple-master.tar.gz cimple-master.zip |
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r-- | DEVELOPMENT.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 59c5e9e..0d88a72 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -55,6 +55,12 @@ build/coverage/html: The latest code coverage report for the `master` branch can be found at https://egor-tensin.github.io/cimple/coverage/. +### Static analysis + +Build w/ GCC's `-fanalyzer`: + + make analyzer + ### Flame graphs Some performance analysis can be done by looking at flame graphs. |