搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
gmon.out
网络
数据来自于概要文件;执行程序时产生的数据
网络释义
1.
数据来自于概要文件
相关的
数据来自于概要文件
(
gmon.out
)。您可以使用 gprof 对您的程序进行概要分析,并确定哪些函数正在使用 CPU。
aix.chinaunix.net
|
基于14个网页
2.
执行程序时产生的数据
1)功能:编译要加上-pg选项,根据
执行程序时产生的数据
(
gmon.out
),输出profile信息,包括:每个函数执行时间,所占比例…
blog.chinaunix.net
|
基于 1 个网页
例句
释义:
全部
全部
,
数据来自于概要文件
数据来自于概要文件
,
执行程序时产生的数据
执行程序时产生的数据
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
profile
data
is
taken
from
the
call
graph
profile
file
(
gmon
.
out
by default
)
.
概要
数据
来自于
调用
关系图
概要
文件
(
缺省
情况
下
是
gmon.out
)
。
www.ibm.com
2.
Once
this
completes
,
you
should
see
a
file
called
gmon
.
out
created
in
the
current
directory
.
当
这个
程序
运行
完
之后
,
应该
会
看到
在
当前
目录
中
新
创建
了
一个
文件
gmon.out
。
www.ibm.com
3.
The
data
is taken
from
the
profile
file
(
gmon
.
out
)
.
相关
的
数据
来自
于
概要
文件
(
gmon.out
)
。
www.ibm.com
4.
First
look
at the
"
flat profile
,
"
which
you
obtain
with
the gprof
command
,
passing
the executable itself and the
gmon
.
out
file
as
follows
首先
看
一下
“
flatprofile
”
,
我们
可以
使用
gprof
命令
获得
它
,
这
需要
为
其
传递
可执行
文件
和
gmon.out
文件
作为
参数
,
如
下
所
示
www.ibm.com