由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] How to compare the CPU time of two algorithms?
相关主题
hOW CAN i COMPILE AND RUN FORTRAN?[转载] 有没有人对High Performance Fortran很熟的
what is ln(x) in fortran language?[转载] Include unix libraries in windows fortran
How can run fortran language in Window NT?[转载] 请教关于fortran的
fortran program, help!Sun Unix下怎么用Fortran读PC下生成的binary file
请问关于Fortran, C & C++的参考书How to check the stack-size?
how to setup lib path?windows编的Fortran程序在UNIX不work?
How can I use Tag in nedit?如何在uinx下debug Fortran时设置断点?
SUN F90 compilermake fortran in UNIX
相关话题的讨论汇总
话题: cpu话题: algorithms话题: time话题: compare话题: two
进入Unix版参与讨论
1 (共1页)
f********g
发帖数: 4
1
【 以下文字转载自 Software 讨论区 】
【 原文由 frostzhong 所发表 】
I want to compare two algorithms. I need the empirical data of their CPU
time. How can I do it? use special software or programming it myself using
some specific functions?
p**h
发帖数: 99
2
if on unix, you can use the 'time' utility to get the cpu time of your running.
if you do FORTRAN, it has a function (forgot the name) which can let you get
the cpu time. you can search for it.

【在 f********g 的大作中提到】
: 【 以下文字转载自 Software 讨论区 】
: 【 原文由 frostzhong 所发表 】
: I want to compare two algorithms. I need the empirical data of their CPU
: time. How can I do it? use special software or programming it myself using
: some specific functions?

b******d
发帖数: 28
3
use profiler

【在 p**h 的大作中提到】
: if on unix, you can use the 'time' utility to get the cpu time of your running.
: if you do FORTRAN, it has a function (forgot the name) which can let you get
: the cpu time. you can search for it.

f********g
发帖数: 4
4
Where can I download it?

【在 b******d 的大作中提到】
: use profiler
m*******m
发帖数: 182
5
Download gprof.

【在 f********g 的大作中提到】
: Where can I download it?
1 (共1页)
进入Unix版参与讨论
相关主题
make fortran in UNIX请问关于Fortran, C & C++的参考书
how to use function calloc of c in fortran?how to setup lib path?
about link the fortran in CHow can I use Tag in nedit?
unix下编译fortran 的错误太多,看不到怎么办?SUN F90 compiler
hOW CAN i COMPILE AND RUN FORTRAN?[转载] 有没有人对High Performance Fortran很熟的
what is ln(x) in fortran language?[转载] Include unix libraries in windows fortran
How can run fortran language in Window NT?[转载] 请教关于fortran的
fortran program, help!Sun Unix下怎么用Fortran读PC下生成的binary file
相关话题的讨论汇总
话题: cpu话题: algorithms话题: time话题: compare话题: two