solution!!!
Brought to you by:
guyou
Voilà après un bon moment passé dessus j'ai enfin trouvé la solution!!!
quote:
Cflow2vcg expects POSIX call graphs, indented with exactly one horizontal tabulation character per nesting level, with an additional tab character for zeroth level and without argument lists in function declaration. So, to produce an output suitable for cflow2vcg, invoke cflow as follows1:
cflow --format=posix --omit-arguments \ --level-indent='0=\t' --level-indent='1=\t' \ --level-indent=start='\t'
source: http://www.gnu.org/software/cflow/manual/html_node/Output-Formats.html#Output-Formats
Excusez moi pour le dérangement.
Au revoir et à bientôt.
Anonymous