由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] gprof question
相关主题
gprof execution time question急!!!!
[转载] 有没有什么好的profiling工具Can anyone recommend any web site to download a FFT subroutine for alpha machine?
[转载] Re: gprof question为何我在Solaris下用netscape看不了中文?
cvg + gprof求救,ZhXWin Install.
What's defference between Saloris&SunOs?how to fork a subroutine in unix?
Solaris Versions为什么普通用户无法登陆?
what's the use of "ta"关于R.Stevens书中UNIX系统一问
How to implement sopen on unix?about Sun Workstations
相关话题的讨论汇总
话题: gprof话题: am话题: some话题: f2
进入Unix版参与讨论
1 (共1页)
f***d
发帖数: 101
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 felid 所发表 】
Hi,
I am working on a fortran program which includes several source files, with
multiple subroutines in each source file. For some of the subroutines, I have
conditional branches for decision making.
I am trying to use gprof on SunOs 4 to make some performance analysis.
In some of the subroutines, I have if block like this:
if (a.eq.b) then
call f1()
else
call f2()
end if
I am pretty sure that f2 will never be reached, but the gprof k
c*****t
发帖数: 1879
2
Do a print statement in f2() and check.

【在 f***d 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 【 原文由 felid 所发表 】
: Hi,
: I am working on a fortran program which includes several source files, with
: multiple subroutines in each source file. For some of the subroutines, I have
: conditional branches for decision making.
: I am trying to use gprof on SunOs 4 to make some performance analysis.
: In some of the subroutines, I have if block like this:
: if (a.eq.b) then
: call f1()

1 (共1页)
进入Unix版参与讨论
相关主题
about Sun WorkstationsWhat's defference between Saloris&SunOs?
What's wrong with "CXTERM"CXTERM INSTALL : HELP !Solaris Versions
Help about installing Cxterm5.0!!!!what's the use of "ta"
tcsh question IIHow to implement sopen on unix?
gprof execution time question急!!!!
[转载] 有没有什么好的profiling工具Can anyone recommend any web site to download a FFT subroutine for alpha machine?
[转载] Re: gprof question为何我在Solaris下用netscape看不了中文?
cvg + gprof求救,ZhXWin Install.
相关话题的讨论汇总
话题: gprof话题: am话题: some话题: f2