On Mon, 9 Nov 2015, Miguel Angel Salazar de Troya wrote:

> My intentions are to profile my libmesh application. Which tools do you
> guys usually employ for this purpose?

kcachegrind for looking at general call graph stats.

oprofile for line-by-line optimization of particular functions.

Our own PerfLog for manually tracking down specific performance
failures.

None of the above works well for me for profiling MPI communication
costs, though.
---
Roy

------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to