码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
[待续]一些知识点的杂记
1. SQL Server的Data和Log文件的读写特性有区别, Data一般是随机存取, 而Log一般是顺序写. 2. Performance Counter LogicalDisk|PhysicalDisk \Avg. Disk Queue Length 指示着某磁盘在采样时间间隙中进入队列并...
分类:其他好文   时间:2014-06-28 23:44:42    阅读次数:370
PatentTips - Supporting address translation in a virtual machine environment
BACKGROUNDA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of one or more virt...
分类:其他好文   时间:2014-06-28 15:25:05    阅读次数:311
PatentTips - Method, apparatus and system for instructing a virtual device from a virtual machine
BACKGROUND OF THE INVENTIONA virtual machine (VM) may be or include a framework or environment created by for example a virtual machine monitor (VMM) ...
分类:移动开发   时间:2014-06-28 14:30:32    阅读次数:232
rtyeer
/* Expands 'hmap', if necessary, to optimize the performance of searches. */voidhmap_expand(struct hmap *hmap){ size_t new_mask = calc_mask(hmap->n...
分类:其他好文   时间:2014-06-21 08:27:00    阅读次数:223
PatentTips - Virtual translation lookaside buffer
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VM monitor) typically runs on a computer and presents to other software the abstrac...
分类:其他好文   时间:2014-06-21 06:29:43    阅读次数:181
Designing for iOS: Graphics & Performance
http://robots.thoughtbot.com/designing-for-ios-graphics-performance 【原文】In the previous article, we exploreddifferent techniques to customize the loo....
分类:移动开发   时间:2014-06-21 00:41:16    阅读次数:387
PatentTips - Control register access virtualization performance improvement
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:数据库   时间:2014-06-21 00:36:46    阅读次数:377
PatentTips - Transparent unification of virtual machines
BACKGROUNDVirtualization technology enables a single host computer running a virtual machine monitor ("VMM") to present multiple abstractions and/or v...
分类:其他好文   时间:2014-06-21 00:34:11    阅读次数:363
PatentTips - Enhancing the usability of virtual machines
BACKGROUNDVirtualization technology enables a single host computer running a virtual machine monitor ("VMM") to present multiple abstractions and/or v...
分类:其他好文   时间:2014-06-21 00:09:42    阅读次数:451
HTML5的学习--performance
HTML5提供的performance接口精确的告诉我们当访问一个网站页面时当前网页每个处理阶段的精确时间(timestamp),以方便我们进行前端分析。它是浏览器的直接实现,比在网页中用js设置Date.time或者cookie来分析网页时间上要精确很多。支持浏览器: IE9+,Chrome11+...
分类:Web程序   时间:2014-06-20 20:44:29    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!