Hi!
I am getting familiar with the icpc compiler and tried the -profile-functions option.
To test it I wrote an extended hello world program which defines and calls some functions.
But in the output only main() shows up.
Does anybody have an idea what goes wrong here?
Thanks in advance