码迷,mamicode.com
首页 >  
搜索关键字:performance    ( 1780个结果
6.824 Lab 5: Caching Extents
IntroductionIn this lab you will modify YFS to cache extents, reducing the load on the extent server and improving YFS performance. The main challenge...
分类:其他好文   时间:2014-07-13 12:04:34    阅读次数:279
Linux virtualization and PCI passthrough
Processors have evolved to improve performance for virtualized environments, but what about I/O aspects? Discover one such I/O performance enhancement...
分类:系统相关   时间:2014-07-13 09:41:59    阅读次数:386
How to do code coverage test for windows service
First, instrument the exe or dll by commandvsinstr -coverage the dll/exesecond, start the performance monitorVSPerfCmd.exe /start:coverage /output:"D:...
分类:Windows程序   时间:2014-07-11 22:29:17    阅读次数:437
oracle spm使用1
oracle11g new feature SPM 有助于保持sql的语句特性,只允许执行性能提高的执行计划。 它不同于stored outlines, spm在于稳定sql性能,而store outlines在于冻结sql执行计划 事列 1.启用optimizer_cature_sql_plan_baselines 捕获sql语句 SQL> alter sess...
分类:数据库   时间:2014-07-10 23:36:46    阅读次数:364
Performance Tuning MySQL
通常来说,MySQL性能调优是非常复杂的一件事,不是简单的修改参数就可以完成的。需要综合考虑。而且找出性能瓶颈也非易事。但是通常我们有以下的几种方法找到蛛丝马迹。通过下面的几种方法发现瓶颈以后,我们才能确定下一步应该怎么做^_^其他的可以参考我前面写的文章:MySQL常用SQL优化,Linux上跑M...
分类:数据库   时间:2014-07-10 16:10:17    阅读次数:258
introduction
Good morning, my name is Li Huan. It’s really a great honor to have this opportunity for a interview. I hope I can make a good performance today. Now ...
分类:其他好文   时间:2014-07-07 12:11:36    阅读次数:194
Simple Automated Backups for MongoDB Replica Sets
There are a bunch of different methods you can use to back up your MongoDB data, but if you want to avoid downtime and/or potential performance degradation, the most common advice seems to be that y...
分类:数据库   时间:2014-07-06 09:26:04    阅读次数:437
自定向下分析Binder 之 Binder Model(1)
Java层的Binder对象模型: IBinder IBinder是Binder通信机制中的核心部分(Base interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when pe...
分类:其他好文   时间:2014-07-03 16:46:20    阅读次数:204
Android应用性能优化之使用SparseArray替代HashMap
HashMap是java里比较常用的一个集合类,我比较习惯用来缓存一些处理后的结果。最近在做一个Android项目,在代码中定义这样一个变量,实例化时,Eclipse却给出了一个 performance 警告。 意 思就是说用SparseArray来替代,以获取更好性能。老实说,对SparseArray并不熟悉,第一感觉应该是Android 提供的一个类。按住Ctrl点击进入Spar...
分类:移动开发   时间:2014-07-02 08:02:21    阅读次数:338
【性能分析】初探VS2010中的Profile(性能剖析)功能
VS2010中的Profile(性能剖析)功能十分实用,它可以协助程序员迅速锁定当前程序的性能瓶颈,为程序的优化做准备。点击VS2010的Analyze菜单,选择Launch Performance Wizard,依照提示可以很方便地完成Profile的必需配置。可能你会碰到"Injection o...
分类:其他好文   时间:2014-07-01 18:47:32    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!