Re: gcov and flow control graph

2018-08-13 Thread Martin Liška
On 08/13/2018 03:39 PM, daro...@o2.pl wrote: > Hello, After compilation of source code with flags -fprofile-arcs, > -ftest-coverage and -fdump-tree-cfg-graph-lineno i get file with extension > .cfg.dot which can be opened in graphviz, and files with extensions .gcda and > .gcno when the prog

gcov and flow control graph

2018-08-13 Thread daro_ox
Hello, After compilation of source code with flags -fprofile-arcs, -ftest-coverage and -fdump-tree-cfg-graph-lineno i get file with extension .cfg.dot which can be opened in graphviz, and files with extensions .gcda and .gcno when the program is executed. With gcov those files can be convert