I am attempting to use gprof to profile a program that I have written, and am receiving unintelligible results. Most of the function names are coming in like _abfcd96687bed377dcecdf193c89698
. I beleive that they are coming from a third party library that I am linking against, which I don't have source code for, so I can't recompile it for profiling.
I would like to understand where these functions are coming from, as one of them accounts for 17% of my running time, and I would like to see if I can reduce the number of calls to that as yet unknown function.