E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
oprofile
Linux 程序性能优化
gprofgmon.out-p可以生成函数时间图,-q可以生成函数调用图,此图很好,可以查看各个函数及其子函数的时间占用情况,据此进行性能优化但是gprof只能分析应用程序在运行过程中所消耗掉的用户时间,内核系统调用时间无法统计
oprofile
wdq347
·
2013-01-08 20:00
linux性能分析
为了找到关键路径,我们可以使用profilng技术,在linux平台上,我们可以使用gprof和
oprofile
工具。
jincm13
·
2012-12-31 14:00
系统运维自动化---cobbler 图形化管理
Cobblerweb界面是一个很好的前端,非常容易管理很多Cobbler操作可以添加和删除systemdistr
oprofile
可以用它列出和编辑distros,profiles,subprofiles
我是危笑
·
2012-12-30 18:06
linux
centos
cobbler安装
cobbler中文安装
cobbler-web
【整理】脚本编译相关(VS、cygwin)
\IDE\devenv.com" setsrcPath=D:\DTC\DTr\trunk\04code\ %VS_DEV%%srcPath%/
Oprofile
.sln/Rebuild"Debug
timothy721
·
2012-12-25 11:00
linux
linux
linux
脚本
bash
vs
vs
makefile
makefile
Linux虚拟机上安装性能测试工具
OProfile
作者:邹祁峰邮箱:
[email protected]
博客:http://blog.csdn.net/qifengzou日期:2012.12.03转载请注明来自"祁峰"的CSDN博客
OProfile
RoyalApex
·
2012-12-03 16:00
谁动了我的cpu——
oprofile
使用札记
谁动了我的cpu——
oprofile
使用札记引言cpu无端占用高?应用程序响应慢?苦于没有分析的工具?
bingqingsuimeng
·
2012-11-30 16:00
利用
Oprofile
对多核多线程进行性能分析
杨小华在对应用程序不断调优的过程中,除了制定完备的测试基准(Benchmark)外,还需要一把直中要害的利器——性能分析工具。 根据工具的复杂度和所提供的功能,可以将性能工具分为两个层次: 基本的计时工具在普通生活中,秒表是最简单的计时工具。根据该思想,可以将计时函数放在代码的任意位置并多次调用,这样就可以测量出整个应用或者某一部分的运行时间。这种分析方法不够精细,误差大。 软件分析工具目前,主要
bingqingsuimeng
·
2012-11-30 15:00
oProfile
简介
oProfile
OProfile
是Linux内核支持的一种性能分析机制。
bingqingsuimeng
·
2012-11-30 14:00
oprofile
使用之三(run 使用时间采样)
1.修改opcontrol脚本加载驱动的参数,搜索modprobe
oprofile
修改为modprobe
oprofile
timer=1 2.pcontrol--init 插入
oprofile
.ko驱动挂载
bingqingsuimeng
·
2012-11-29 17:00
oprofile
使用之四(注意事项---灰常重要)
2.由于
Oprofile
编译时采用的是绝对路径,在编译时设置的安装路径必须与嵌入式平台上运行时的路径一致。可以复制/mnt/
oprofile
/文件夹至SD卡或者nfs
bingqingsuimeng
·
2012-11-29 17:00
oprofile
使用之二(run 使用事件采样)
oprofile
是Linux平台上的一个功能强大的性能分析工具,支持两种采样(sampling)方式:基于事件的采样(eventbased)和基于时间的采样(timebased)。
bingqingsuimeng
·
2012-11-29 17:00
oprofile
使用之一(build)
老大给机会让我研究一下gprof&&
oprofile
一开始搞gprof的过程稍候会补上。
bingqingsuimeng
·
2012-11-29 17:00
oprofile
整理
oprofile
起源于JohnLevon(VictoriaUofManchester)的一篇硕士论文,最初它以DCPI(DECContinuousProfilingInfrastruc
bingqingsuimeng
·
2012-11-29 17:00
使用
Oprofile
分析性能瓶颈--简单例子
1.
oprofile
简介
oprofile
是Linux平台上的一个功能强大的性能分析工具,支持两种采样(sampling)方式:基于事件的采样(eventbased)和基于时间的采样(timebased)
bingqingsuimeng
·
2012-11-29 17:00
oprofile
使用步骤 测试程序中各函数运行时间----步骤
/
oprofile
-0.9.6/utils opcontrol:设置需要收集的事件。./utils/opcontrol opreport:对结果进行统计输出。.
bingqingsuimeng
·
2012-11-29 17:00
使用
oprofile
查找性能瓶颈--错误及解决
1>确定以下内核选项已选定:CONFIG_
OPROFILE
CONFIG_X86_LOCAL_APICCONFIG_X86_IO_APICCONFIG_PCI_IOAPIC2>
oprofile
命令opcontrol
bingqingsuimeng
·
2012-11-29 14:00
Linux 在海思3516上移植
Oprofile
----最新3.2虚拟上编译出错及解决办法
最近由于项目需求,需要将
Oprofile
移植到海思3516平台上。
Oprofile
是一款比较好用的开源的性能分析工具。它通过采样CPU来计算程序中每个部分占用的时间。应该说是比较准确的。
bingqingsuimeng
·
2012-11-29 13:00
Linux下运行
OProfile
进行系统性能分析
作者:ARM-WinCE 具体内容开始之前,先说点缘由。我不用WinCE已经很久了,呵呵,目前公司的项目都是基于Linux/Android,所以也开始在Linux上面做开发。我在接触WinCE之前就做Linux驱动,后来改做WinCE或者说主要做WinCE,但断断续续的接触EmbeddedLinux,所以写了大量的WinCE博客。现如今风水轮流转,以后要以Linux/Android为主,断断续续的
bingqingsuimeng
·
2012-11-29 10:00
Unit 4 kernel-level profiling
Unit4kernel-levelprofiling内核级别的调优本章的主要目标是监控,监控工具分别是
OProfile
,SystemTap
OProfile
需要特殊硬件的支持而且安装和配置也很麻烦;SystemTap
fdfdsgf
·
2012-11-21 15:13
profiling
kernel-level
mtk6577平台android4.0修改情景模式默认配置
他XX的,找了好久才找到,就是这了 修改文件:alps/mediatek/source/frameworks/media/audio/java/com/mediatek/audi
oprofile
/Audi
oProfile
State.java
bcf102
·
2012-11-17 14:00
Android4.0
Associate——关联两条记录
了2,如果一个实体与另一个实体FORM中都没有包含相应的字段,而只是出现在左侧的导航中,则应调用AssociateEntitiesRequest将两者关联起来AssociateRequestteamT
oProfile
随乄风
·
2012-11-09 14:00
使用gprof和
oprofile
查找性能瓶颈
为了找到关键路径,我们可以使用profilng技术,在linux平台上,我们可以使用gprof和
oprofile
工具。
chen_chun_guang
·
2012-11-08 10:00
BNE_UIX_PHYSICAL_DIRECTORY is not configured.
BNE_UIX_PHYSICAL_DIRECTORYisnotconfigured.解决方法:1.Gointotheresponsibility:SystemAdministrator2.Navigatet
oProfile
pan_tian
·
2012-11-02 19:00
android 触屏反馈原理
在情景模式(Audi
oProfile
)的选取之后,将会出现对特定情景模式设置的界面(EditProfile),在这里面就可以设置是否启动振动器和反馈功能。
sir_zeng
·
2012-10-10 10:00
java
android
System
menu
keyboard
frameworks
oprofile
抓不到数据
最近有同学反映在某些新机器上做性能调优的时候,
oprofile
有时抓不到数据,我之前也遇到这个情况,很是无语,今天特地验证了下。
cybertan
·
2012-09-25 09:00
timer
tree
System
performance
compiler
profiling
Android上
oprofile
使用说明
Android上
oprofile
使用说明 (2012-02-1500:39:56)转载▼注:这是本人一年半前写的文档,贴在这里作为备份,由于当时是针对Android1.6(Donut)、2.1(Eclair
迷糊
·
2012-09-21 16:00
使用gprof和
oprofile
查找性能瓶颈
为了找到关键路径,我们可以使用profilng技术,在linux平台上,我们可以使用gprof和
oprofile
工具。
彼得
·
2012-09-17 14:00
Android系统分析工具(一)
Oprofile
Oprofile
是用于Linux性能分析工具之一源代码在http://
oprofile
.sourceforge.net ,也有一些使用的文档
Oprofile
可以用来分析android的系统性能,它离不开内核的支持
superkris
·
2012-09-03 15:00
谁动了我的cpu——
oprofile
使用札记
oprofile
利用cpu硬件层面提供的性能计数器(performancecounter),通过计数采样,帮助我们从进程、函数、代码层面找出占用cpu的"罪魁祸首"。
bangerlee
·
2012-08-30 21:00
使用
oprofile
查找性能瓶颈
1>确定以下内核选项已选定:CONFIG_
OPROFILE
CONFIG_X86_LOCAL_APICCONFIG_X86_IO_APICCONFIG_PCI_IOAPIC2>
oprofile
命令opcontrol
force_eagle
·
2012-08-20 01:00
timer
IO
File
X86
Linux
oprofile
使用
为了找到我们Android2.3@众志小本上的性能瓶颈,我们使用功能强大的linux性能分析工具
oprofile
首先,我们需要内核的支持。所以,要求北大编译了一个支持
Oprofile
的内核版本。
dysh1985
·
2012-08-16 15:00
android
linux
timer
File
工具
profiling
Oprofile
性能分析工具
OProfile
介绍
OProfile
是Linux系统的性能分析工具,是一个开源的profiling工具,使用性能计数器来统计信息,能够以非常低的代价剖析程序性能,而且可以对内核进行profiling。
yarsen
·
2012-07-25 09:00
exception
Debian
Access
library
profiling
branch
使用gprof和
oprofile
查找性能瓶颈
为了找到关键路径,我们可以使用profilng技术,在linux平台上,我们可以使用gprof和
oprofile
工具。
yarsen
·
2012-07-25 09:00
linux
Graph
import
工具
profiling
profiler
Oprofile
在Android中的应用
分类: Android2010-08-1316:00 1428人阅读 评论(0) 收藏 举报1
oprofile
相关介绍
Oprofile
是用于 Linux 的若干种评测和性能监控工具中的一种。
xiayu98020214
·
2012-07-24 09:00
android
android
command
File
Path
工具
profiling
怎样使用gprof和
oprofile
来分析linux程序的性能
为了找到关键路径,我们可以使用profilng技术,在linux平台上,我们可以使用gprof和
oprofile
工具。
yarsen
·
2012-07-23 17:00
linux
Graph
import
工具
profiling
profiler
使用
OProfile
来debug程序的性能
OProfile
的原理比较简单:现在的很多CPU都提供一个所谓性能计数器的东西(performancecounter),大致的原理就是程序可以注册告诉CPU对什么event感兴趣(比如CPU_CYCLE
yarsen
·
2012-07-23 10:00
使用
oprofile
分析性能瓶颈
概述
oprofile
是 Linux 平台上,类似 INTEL VTune 的一个功能强大的性能分析工具。
yarsen
·
2012-07-23 10:00
cache
command
Access
工具
Matrix
events
Android 使用
Oprofile
分析结果系统瓶颈
Android使用
Oprofile
分析结果系统瓶颈2010-12-2917:33弄了半天,Android
Oprofile
终于可以分析出结果了,下面把使用过程记录一下。
xiayu98020214
·
2012-07-23 10:00
android
Path
profiling
events
output
linker
使用gprof和
oprofile
工具分析系统性能
使用gprof和
oprofile
工具分析系统性能有些时候,我们特别关注程序的性能,特别是底层软件,比如驱动程序,OS等。
xiayu98020214
·
2012-07-23 09:00
Android
oprofile
详细分析应用程序、动态库、内核函数调用时间
Android
oprofile
详细分析应用程序、动态库、内核函数调用时间2010-12-3115:26Android中提供了丰富的调试手段,
Oprofile
是其中一个比较强大的工具。
xiayu98020214
·
2012-07-23 09:00
android
image
System
终端
events
profiler
GPU驱动中copy_from_user的去除2d性能提升3倍
原】GPU驱动中copy_from_user的去除2d性能提升3倍 最近做GPU的2D分析,我们在进行df_dok的
oprofile
分析时,发现我们的copy_from_user这个函数所占的比重最大
xiayu98020214
·
2012-07-16 11:00
user
测试
Blend
编译器
[IO相关] i
oprofile
脚本介绍
1 i
oprofile
(来源:http://aspersa.googlecode.com/svn/html/installing.html) 作两件事 1> 利用lsof和strace获得结果
xitong
·
2012-07-12 13:00
profile
Android上
oprofile
使用说明
Android上
oprofile
使用说明 (2012-02-1500:39:56)转载▼注:这是本人一年半前写的文档,贴在这里作为备份,由于当时是针对Android1.6(Donut)、2.1(Eclair
迷糊
·
2012-07-11 18:00
用
OProfile
彻底了解性能[IBM]
Oprofile
是用于Linux的若干种评测和性能监控工具中的一种。它可以工作在不同的体系结
Blaider
·
2012-07-09 21:00
thread
数据结构
优化
IBM
branch
structure
oprofile
整理
oprofile
起源于JohnLevon(VictoriaUofManchester)的一篇硕士论文,最初它以DCPI(DECContinuousProfilingInfrastruc
Blaider
·
2012-07-09 21:00
timer
linux
OS
performance
任务
profiling
jvisualVM profiling分析
1.用jdk1.6自带的JVisualVM版本好像比较低,最好用比较新的,比如我用过1.3.12.t
oprofile
aremoteappsuchasinaremotelinuxmachine,weneedtostartJMXportinremoteappasthiswayjava-Dcom.sun.management.jmxremote.port
firestone-sh
·
2012-06-29 22:34
性能调优
JDK
使用
oprofile
分析性能瓶颈
使用
oprofile
分析性能瓶颈1. 概述
oprofile
是 Linux 平台上,类似 INTEL VTune 的一个功能强大的性能分析工具。
kyokowl
·
2012-05-11 12:00
使用
OProfile
来debug程序的性能
使用
OProfile
来debug程序的性能
OProfile
的原理比较简单:现在的很多CPU都提供一个所谓性能计数器的东西(performancecounter),大致的原理就是程序可以注册告诉CPU对什么
kyokowl
·
2012-05-11 12:00
用
OProfile
彻底了解性能
用
OProfile
彻底了解性能识别现实系统中的性能瓶颈PrPrasannaS.Panchamukhi,开发工程师,LinuxTechnologyCenter,IBMIndiaSoftwareLabs简介
kyokowl
·
2012-05-10 14:00
thread
数据结构
linux
profiling
branch
structure
使用
oprofile
分析性能瓶頸(1)
使用
oprofile
分析性能瓶頸(1)1. 概述
oprofile
是 Linux 平台上,類似 INTELVTune 的一個功能強大的性能分析工具。
kyokowl
·
2012-05-10 14:00
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他