I am trying to output the metrics results to a file.
I know that I can call -metrics-output
, and output the global metrics analysis to a file, but I am also trying to get the results of each function.
Calling:
frama-c -metrics -metrics-output test.txt -metrics-by-function example.c
or:
frama-c -metrics -metrics-by-function -metrics-output test.txt example.c
Just results in a file with the global metrics.