由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - [转载] 问一个fortran的问题
相关主题
a question about mpi-fortranMPI Write?
problem about Fortran 77 in unixFotran77程序的移植问题
请教一个程序调用问题(FORTRAN DLL),谢谢!Problems about Mex-file to call Fortran
Fortran里面哪个函数显示系统时间?fortran的random number 相关的函数lib是啥?
help on interface for Matlab and Fortran再问个Fortran得问题
Re: fortran subroutine and function发现一个有趣的事情,关于fortran IMSL library
偶也问一fortran问题请教fortran debuger
Fortran code optimization问个fortran和python编程的问题
相关话题的讨论汇总
话题: fortran话题: gprof话题: subroutine话题: 问题话题: achillis
进入Computation版参与讨论
1 (共1页)
a******s
发帖数: 232
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 achillis 所发表 】
程序里面有很多subroutine,有没有办法知道各个subroutine计算的时候占用了
多少cpu时间呢?
thanks
h***o
发帖数: 539
2
gprof...

【在 a******s 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 【 原文由 achillis 所发表 】
: 程序里面有很多subroutine,有没有办法知道各个subroutine计算的时候占用了
: 多少cpu时间呢?
: thanks

a******s
发帖数: 232
3
It seems it is only for C,not fortran?

【在 h***o 的大作中提到】
: gprof...
h***o
发帖数: 539
4
谁告诉的?man一man gprof吧
可能只能用gnu的编译器

【在 a******s 的大作中提到】
: It seems it is only for C,not fortran?
a******s
发帖数: 232
5
恩,知道怎么弄了
% ifc -O -p -g foo.f # or gcc -O -pg foo.c
% ./a.out
% gprof a.out gmon.out
Thanks

【在 h***o 的大作中提到】
: 谁告诉的?man一man gprof吧
: 可能只能用gnu的编译器

1 (共1页)
进入Computation版参与讨论
相关主题
问个fortran和python编程的问题help on interface for Matlab and Fortran
Fortran里面子程序用END和END SUBROUTINE结尾有什么区别?Re: fortran subroutine and function
请教大家c++ array偶也问一fortran问题
你的程序写法有问题 Re: 请教大家c++ arrayFortran code optimization
a question about mpi-fortranMPI Write?
problem about Fortran 77 in unixFotran77程序的移植问题
请教一个程序调用问题(FORTRAN DLL),谢谢!Problems about Mex-file to call Fortran
Fortran里面哪个函数显示系统时间?fortran的random number 相关的函数lib是啥?
相关话题的讨论汇总
话题: fortran话题: gprof话题: subroutine话题: 问题话题: achillis