I don't have alot of experiance with gprof, nor am I familiar with UMFPACK. But code that isn't compiled AND linked with -pg are ignored by the profiler. Maybe the functions you mention that are ignored aren't compiled and linked with -pg?
> I'm trying to profile my code using gprof adding -gp to the flags when > compiling. However it seems that the functions called by UMFPACK are > completely ignored. Is there a solution to include them or should I use > another profiling tool? Thanks. > > Regards, > Alessio Quaglino > > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
