|
From: Fielder, T. P. <tp...@sa...> - 2005-09-19 21:05:31
|
Hi, Does anyone know of anyway to annotate Fortran source code...ideally in = Valgrind, but if not, with any other cache profiling tool? Thanks Todd |
|
From: Josef W. <Jos...@gm...> - 2005-09-19 21:38:57
|
Hi, On Monday 19 September 2005 23:05, Fielder, Todd Patrick wrote: > Hi, > Does anyone know of anyway to annotate Fortran source code...ideally in > Valgrind, but if not, with any other cache profiling tool? as long as your Fortran compiler generates valid debug info (which allows to map instructions to your source file lines), annotation should work with e.g. with cachegrind, callgrind or oprofile either way. They work independant of the programming language. Josef |