Cyclomatic number per function

Hello,
I would like to obtain the cyclomatic number per function in each file.
I go to Measures \ Complexity but the number that is displayed in a sum.
Thanks

Version SonarQube : Version 7.9.1
Langage : C

Hi,

We don’t store measures below file level. If you really need this, then you’ll need to make sure the Cyclomatic Complexity rule is included in your profile and tune its threshold down to 0. This will raise an issue on every function and the issue message will give you the Cyclomatic Complexity number.

 
HTH,
Ann

Hi Ann,
Thanks a lot !
Frédéric Aubert