I compile my program with g++ -O3 -g -fno-omit-frame-pointer.
I specify my source directory, a lot source directories in fact, even the include directories of mingw.
Yet no matter what I do, I cannot visualize function call names profiling with uProf.
Clearly either I'm doing something wrong, or uProf don't support mingw programs?