码迷,mamicode.com
首页 >  
搜索关键字:profiling    ( 254个结果
开源项目 apk cfg and android app path profiling
暑假里面完成的一个小项目,limitation还是挺多的。 期待未来有更大的motivation 去完善它。通过此次的项目设计,对于smali的语法更加了解了,对于进一步学习android app的安全有更好的帮助。 项目已经上传到了github:https://github.com/desword/apk-CFG 一下内容的ppt上传csdn了: 1、首先是构造app c...
分类:移动开发   时间:2014-08-31 20:07:01    阅读次数:232
Mysql Profiling
Mysql自带profiling性能分析工具 ? 1. show variables like ‘%profiling%‘;(查看profiling信息) ? ? 2. set profiling=1;(开启profiling) ? 3. 执行SQL查询? 例:select goods_name from ecs_goods where g...
分类:数据库   时间:2014-08-26 20:01:36    阅读次数:234
通过show profile分析sql语句
set profling=1;select count(*) from xuehao;show profiles;show profile for query 1;mysql> set profiling=1;Query OK, 0 rows affected, 1 warning (0.00 se...
分类:数据库   时间:2014-08-26 15:03:26    阅读次数:227
Oprofile分析
一、内核支持: make menuconfig 1、评测菜单中启用 Oprofile ,在 .config 文件中设置?CONFIG_PROFILING=y?和?CONFIG_OPROFILE=y 2、Kernel Feature->[]Enable hardware perform...
分类:其他好文   时间:2014-08-25 09:55:14    阅读次数:251
分析语句执行步骤并对排出耗时比较多的语句
mysql>set profiling=1;mysql>show profiles;mysql> set @query_id=6;Query OK, 0 rows affected (0.00 sec)mysql> select state,sum(duration) as total_R,roun...
分类:其他好文   时间:2014-08-22 12:17:46    阅读次数:265
mysql 优化工具
explain profiling建议提供以下信息showtablestatuslike'audit';showcreatetableaudit;showindexfromaudit;checktableaudit;analyzetable audit;analyze并不检查表是否有问题,只是重新分...
分类:数据库   时间:2014-08-08 01:33:04    阅读次数:302
RH442 1
##hardware profiling ##RH442 Getting to know your hardware ###Hardware profiling Before tuning the performance, it‘s important to understand the capabilities of your system CPU 内部寄存器:硬件,时钟...
分类:其他好文   时间:2014-08-03 12:56:35    阅读次数:253
js内存泄露学习(转)
http://blog.csdn.net/kaitiren/article/details/19974269内存泄露不错的帖子,感谢分享Google Chrome浏览器提供了非常强大的JS调试工具,Heap Profiling便是其中一个。Heap Profiling可以记录当前的堆内存(heap)...
分类:Web程序   时间:2014-07-29 17:09:12    阅读次数:321
Chapter8——动态调试Android程序
DDMS DDMS(Dalvik Debug Monitor Server)就是动态调试的一个工具(不知Android L之后会不会改名--!)。DDMS提供文件浏览、Logcat、Method Profiling等功能。定位关键代码1.代码注入法用Apktool反编译得到smali,查找onCl....
分类:移动开发   时间:2014-07-18 20:02:52    阅读次数:225
通过profile优化SQL语句
开启profile优化SQL语句:set profiling=1;执行SQL语句show profiles;show profile for query 2;//根据query_id 查看某个查询的详细时间耗费SHOW STATUS LIKE 'last_query_cost';//查询上一条语句执...
分类:数据库   时间:2014-07-05 21:14:47    阅读次数:321
254条   上一页 1 ... 23 24 25 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!